A:LINK {
	color : #000099;
	text-decoration : none;
}

A:VISITED{
	color : Maroon;
	text-decoration : none;
}

A:HOVER {
	color : Silver;
	text-decoration : none;
}


P{
	font-family : Tahoma;
	font-size : x-small;
	font-variant : normal;
	text-align : center;
	text-decoration : none;
}


B{
	font-family : sans-serif;
	font-variant : normal;
	text-align : left;
	text-decoration : none;
	font-size : x-small;
}
Body{
	text-align:center;
	font-size:small;
	text-decoration: none;
}

Pre{
	font-family : Verdana;
	text-align : center;
	font-size: small;
	color: Gray;
}


