body {
	background-color: azure;
	color: #666666;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

h3 {
	color: mediumpurple;
	text-align: center;
}

h4 {
	color: olivedrab;
	text-align: center;
}

sup {
	color: #FF0000;
	font-family: Tahoma, Verdana, sans-serif;
}

td {
	color: #444444;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
}

a:visited {
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}


