A {
	COLOR: darkred;
	FONT-FAMILY: Verdana;
	FONT-SIZE: x-small;
	TEXT-DECORATION: none;
	font-weight : bolder;
}
A:hover {
	COLOR: blue;
	TEXT-DECORATION: underline;
}
BODY {
	background-color : white;
	font-family : Verdana;
	font-size : x-small;
	color: DarkBlue;
	font-weight : bolder;
}
P {
	font-family : Verdana;
	font-size : xx-small;
	color: Darkblue;
	text-align : justify;
}