<style type="text/css">


body  {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px, color:yellow;
}
		
P{
	font-family:arial, helvetica, sans-serif;
	font-size: x-small;
	color:#FFFF99;
}
pre { font-family: monospace; color:#663333;}
H1 {
	font-size: large;
	font-family: "Copperplate Gothic Bold";
	color:#FFFF99;
}
H2 {
	font-size: medium;
	font-family: arial, helvetica, sans-serif;
	color:#FFFF99;
} 
H3 {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	color:#FFFF99;
}
H4 {
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	color:#FFFF99;
} 
H5 {
	font-size: xx-small;
	font-family: arial, helvetica, sans-serif;
	color:#FFFF99;
}
H6 {
	font-size: smaller;
	font-family: arial, helvetica, sans-serif;
	color: "#ffd2a6";
}


A:link {
	font-family:arial, helvetica,sans-serif;
	color: #ffff47;
	text-decoration : none;
}
A:active { font-family:arial, helvetica,sans-serif; color:"#663333", text-decoration: none;
color: "white" }
A:visited {
	font-family:arial, helvetica,sans-serif;
	color: yellow;
	text-decoration : none;
}
A:hover {
	background:red;
	font : normal;
	background-color : #A52A2A;
	color:"white"
}
}
a.plain { text-decoration: none ; color: #FFFF99}



</style>