<!--
This Cascading Stylesheet defines the default way to display content for HTML elements in the PrimeAnswers site. 
-->
body {  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #000000;
	color: yellow 
}

A:link    { 
    color: #FFF000;
}

A:visited { 
    color: #FFCC00;
}

A:active  { 
    color: #FFCC00;
} 

A:hover{
    color: #33CC00;
    text-decoration: underline
}

td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 70%;
}
