a {
	color: #FF5C00;
	text-decoration: none;
	cursor: default;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #0C2677;
	;
	font-family: Tahoma, "Times New Roman";
	font-size: small
}

h2 {
	font-size: medium;
	font-weight: bold;
	;
	background-color: #EFEFEF;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	text-align: center;
}
td {
	font-family: Tahoma, "Times New Roman";
	font-size: small;
	color: #0C2677
}

