BODY {
	color :black;
	font-family : "Times New Roman"
	font-size : x-small;
	text-align : center;
}

A {
	color : Blue;
	text-decoration : none;
	font-size : x-small;
}

A:HOVER {
	color : Red;
	text-decoration : none;
	font-size : x-small;
}

A:VISITED {
	font-size : x-small;
}