﻿body {
	background-color: #d2d8ff;
}
a:link {
	color: red;
	text-decoration: none;
	font-family: Georgia;
}
a:visited {
	color: red;
	text-decoration: none;
	font-family: Georgia;
}
a:hover {
	color: navy;
	text-decoration: underline;
	font-family: Georgia;
}
table {
	background-color: #FFFFFF;
	text-align:center;
	font-family: Tahoma;
	font-style: underline;
	font-weight: bold;
}
td {
	text-align:center;
	font-family: Georgia;
	font-style: underline;
	font-weight: bold;
	color:navy;
} 
th {
	background-color: #000000;
	text-decoration:underline;
    color: #FFFFFF;
	font-size: 10px;
}
thead {
	background-image