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

body

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

A		{
	text-decoration: underline;
}

 
A:link		{
	color: #C00;
	text-decoration: underline;
} 
A:visited	{
	color: #393;
	text-decoration: none;
} 
A:active	{
	color: #999;
	text-decoration: none;
} 
A:hover		{
	color: #c00;
	text-decoration: underline;
} 

.main
{
	width:600px;
	margin-left: auto;
	margin-right: auto;
padding: 0px 50px;
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;
}

