body {
	background-color: #006699;
}

a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover {
	color: #00A115;
	text-decoration: none;
	font-weight:bold;
	
}
a:active {
	color: #0066CC;
	text-decoration: none;
	font-weight:bold;
	
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: disc;
}

.content-container {
	padding: 5px 20px;
}

.hilighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00CC66;
}

h1 {
	font: 24px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	color:#0066CC;
	font-weight:bold;
}
h2 {
	font: 18px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	color:#3B8EE1;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.smalltext a:link {

	text-decoration: none;
}
.smalltext a:visited {

	text-decoration: none;
}
.smalltext a:hover {

	text-decoration: none;
}
.smalltext a:active {

	text-decoration: none;
}
