/* the faq stylesheet. stylesheets make me want to roll over and die immediately.*/

body

 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align:center;
	background-color : "#fff";
}

A		{
	text-decoration: underline;
}

 
A:link		{
	color: #990000;
	text-decoration: underline;
} 
A:visited	{
	color: #FF6666;
	text-decoration: none;
} 
A:active	{
	color: #FF0000;
	text-decoration: none;
} 
A:hover		{
	color: #990000;
	text-decoration: underline;
} 

.t
{
                 font-family: verdana, sans-serif; 
                 font-size: 12px; 
                 color: #000000;
}

.ok
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: Gray;
}

.q
{
      color:"#990000";
font-size: 16px;
font-weight: bold;
	line-height:22px;
    padding-bottom : 30px;
text-align:center;

}

small {
	color: red;
}
.credits
{
	color: "#CC6633";
	font-size: 10px;
	padding-top: 50px;

}

