BODY {
	color : #FF4500;
	font-family : Arial, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
	text-align : center;
}

A:LINK {
	color : #C71585;
	; font-family: Arial
}
A {
	color : #FF4500;
	text-decoration : none;
; font-family: Arial
}

A:HOVER {
	color : #FFFFFF;
	background-color : Blue;
; font-family: Arial
}
