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

body

 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height:22px;
	text-align:center;
	background-color :#CCCC99;
}

A		{
	text-decoration: underline;
}

 
A:link		{
	color: #996666;
	text-decoration: underline;
} 
A:visited	{
	color: #527C54;
	text-decoration: none;
} 
A:active	{
	color: #6699CC;
	text-decoration: none;
} 
A:hover		{
	color: #996666;
	text-decoration: underline;
} 

.main
{
	width:700px;
	margin-left: auto;
	margin-right: auto;
padding:30px;
background:#ffffff;
text-align:left;
}



.t
{
                 font-family: verdana, sans-serif; 
                 font-size: 12px; 
                 color: #000000;
                 font-weight: bold;
		     padding-bottom : 15px;
		     padding-top : 10px;
}


.q
{
      color:"#330000";

}

.a
{
	color:"#666633";
	padding-bottom : 10px;
	padding-left : 25px;
}

.credits
{
	color: #000000;
	font-size: 10px;
	padding-top: 50px;

}

