body {
	font-family : Arial;	
	font-size : 10px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	font-size : 10px;
	color: #C7B2A1;
	text-decoration: none;
}

a:visited {
	 font-size : 10px;
	 color: #C7B2A1;
	 text-decoration: none;
}

a:active {
	 font-size : 10px;
	 color: #C7B2A1;
	 text-decoration: none;
}

a:hover {
	font-size : 10px;
	color : #000000;
	background: #C7B2A1;
	text-decoration : underline overline;
}

h1 { color: #E6D7D0; font-size: 30px; font-family: Arial }
h2  { color: #E6D7D0; font-size: 24px; font-family: Arial; text-decoration:underline; }
h3 { color: #E6D7D0; font-size: 18px; font-family: Arial }
h4  { color: #E6D7D0; font-size: 14px; font-family: Arial }
h5 { color: #C7B2A1; font-size: 12px; font-family: Arial }
h6  { color: #C7B2A1; font-size: 10px; font-family: Arial }


