@charset "utf-8";
/* CSS Document */

body {
	background-color: #030;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
}
.sideLinks {
	font-size: 18px;
}
a:link {
	color: #003000;
}
a:visited {
	color: #003000; 
}
a:hover {
	color: #00AAE7;
}
a:active {
	color: #003000;
}
.header {
	font-size: 26px;
	color: #00AEE7;
}