BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : sans-serif;

}

A:LINK, A:VISITED {
	color : Gray;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 13px;
}

A:HOVER {
	background-color : #A69598;
	color : White;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 13px;
}

h1 {
	color : #A69598;
	font-family : sans-serif;
	font-size : 13px;
	font-weight : normal;
}