body { 
   font-family: "Century Gothic", Palatino, Arial, sans-serif;
   background: black;
   color: #CCCCCC;
}

p,td { 
   font-size: medium; 
}

h1, h2, h4, h5, h6 {
   font-family: "Century Gothic", arial, helvetica, sans-serif;
}

h3 {
   font-family: "Century Gothic", arial, helvetica, sans-serif;
   margin-bottom :3pt;
}

a:link {
   	color : #CCCCCC; 
	text-decoration: underline;
	font-weight: normal;
}
a:active {
  	color : #CC0033;
   	text-decoration: underline;
	font-weight: normal;
}
a:visited {
  	color : #CC0033; 
   	text-decoration: underline;
	font-weight: normal;
}
a:hover {
   	color : #FFFFFF;
   	text-decoration: underline;
	font-weight: normal;
}

