BODY {
	color : Navy;
	font-family : cursive;
	background-image : url(img/backgr.jpg);
}

A:LINK {
	text-decoration : underline;
	color : Navy;
}

A:VISITED {
	text-decoration : underline;
	color: Navy;
}

A:HOVER {
	text-decoration : none;
	color : Maroon;
	font-weight: bold;
}

sup{
	font-size : small;
}

sub{
	font-size : small;
}
