body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990099;
	background-color: #00CCFF;
	margin: 0px;
	padding: 0px;
}
#logo {
	background-color: #3399FF;
}


a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #3300FF;
	text-decoration: blink;
}
a:active {
	color: #3300FF;
	text-decoration: blink;
}
.h3 {
	font-size: 18px;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
}
