BODY {
	color :black;
	font-family : "MS Sans Serif", "Times New Roman", sans-serif;
	font-size : xx-small;
	text-align : center;
}

A {
	color : Blue;
	text-decoration : none;
	font-size : xx-small;
}

A:HOVER {
	color : Red;
	text-decoration : none;
	font-size : xx-small;
}

A:VISITED {
	font-size : xx-small;
}

