body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000099;
}
body {
	background-color: #CCFFFF;
	background-image: url(../images/20x20background.gif);
}
a:link {
	color: #6600CC;
}
a:visited {
	color: #6666CC;
}
a:hover {
	color: #CC0066;
}
a:active {
	color: #9900CC;
}
.intro {font-size: 18px}


.blueline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
.button {
	margin: 2px;
	padding: 2px;
	border: thick groove #8EB3CF;
}
a.buttontext:link {
	color: #6600CC;
	text-decoration:none;
}
a.buttontext:visited {
	color: #6666CC;
	text-decoration:none;
}
a.buttontext:hover {
	color: #CC0066;	
	text-decoration:underline;
}
a.buttontext:active {
	color: #9900CC;
	text-decoration:underline;
}
.banner {
	margin: 2px;
	padding: 2px;
	border: thick solid #3366FF;
}

a.bannertext:link {
	color: #660099;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
}
a.bannertext:visited {
	color: #6633FF;
	text-decoration:none;
	font-size: 16px;
	font-weight: bolder;
}
a.bannertext:hover {
	color: #CC0066;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}
a.bannertext:active {
	color: #9900CC;
	text-decoration:underline;
	font-size: 16px;
	font-weight: bold;
}