BODY {
	background-color: #FDF5E6;
}

A:LINK {
	text-decoration : none;
	color : Teal;
	font-weight : bold;
}

A:VISITED {
	text-decoration : none;
	color: Teal;
	font-weight: bold;
}

A:HOVER {
	text-decoration : none;
	color : Maroon;
	font-weight : bold;
}

sup{
	font-size : small;
}

sub{
	font-size : small;
}
