/* Global Styles */

body {
	margin: 0px;
	background-color: #99ccff;
	color: #000000;
	line-height: 18px;
	font-family: Tahoma;
	font-size: 14px;
	}

h2 {
	color: #006699;
	}

a:link, a:visited, a:active {
	color: #006699;
	text-decoration: underlined;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}