		html, body {
			font-family: Georgia, Times New Roman, serif;
			width: 100%;
			height: 101%;
			background-color: #9ad2f3;
			background-image: url(images/background.jpg);
			background-repeat: repeat-x;
		}

		td {
			font-family: Georgia, Times New Roman, serif;
			font-size: 80%;
			color: #636363;
		}

		.navbar {
			font-family: Georgia, Times New Roman, serif;
			font-size: 80%;
			padding-left: 5px;
			padding-right: 5px;
			color: #636363;
			font-weight: bold;
		}
		
		
		.footer {
			font-family: Georgia, Times New Roman, serif;
			font-size: 70%;
			padding-left: 5px;
			padding-right: 5px;
			color: #636363;
			font-weight: normal;
		}

		.sidebar {
			font-family: Georgia, Times New Roman, serif;
			font-size: 70%;
			padding-left: 2px;
			padding-right: 2px;
			color: #636363;
			font-weight: normal;
		}

		.bluetable {
			border-bottom: 1px solid White;
		}



		.main {
			font-family: Georgia, Times New Roman, serif;
			font-size: 80%;
			padding-left: 5px;
			padding-right: 5px;
			color: #636363;
			font-weight: normal;
		}


		a.navbar:link {
			text-decoration: underline;
			font-size: 100%;

		}

		a.navbar:hover {
			color: #747474;
			font-size: 100%;

		}

		a.navbar:visited {
			color: #017BB8;
			font-size: 100%;

		}

		a:link {
			text-decoration: underline;
			color: #017BB8;
			font-size: 100%;

		}

		a:hover {
			color: #87D7FF;
			font-size: 100%;

		}

		a:visited {
			color: #017BB8;
			font-size: 100%;

		}



		a.footer:link {
			text-decoration: underline;
			font-size: 100%;

		}

		a.footer:hover {
			color: #000000;
			font-size: 100%;

		}

		a.footer:visited {
			color: #017BB8;
			font-size: 100%;

		}

		a.sidebar:link {
			text-decoration: underline;
			font-size: 100%;
			color: #000000;

		}

		a.sidebar:hover {
			color: #66ccff;
			font-size: 100%;

		}

		a.sidebar:visited {
			color: #017BB8;
			font-size: 100%;

		}
