/* the faq stylesheet. stylesheets make me want to roll over and die immediately.  --jessamyn*/

body
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-align:center;
	background-color :#265E15;
}


a:link, a:visited 
{
	color:#265E15;
}

a:hover, a:active 
{
	border-bottom:1px solid #996633;
}


.main
{
	width:600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
	background:#ffffff;
	text-align:left;
}



.t
{
    width:600px;
    background:#eeeeee;
    margin-left: auto;
    margin-right: auto;
	font-family: georgia;
    font-variant: small-caps; 
    font-size: 24px; 
    color: #000000;
    font-weight: bold;
   	text-align:center;
	padding-bottom : 20px;
	padding-top : 20px;
}

.f
{
	width:600px;
	background:#eeeeee;
	margin-left: auto;
	margin-right: auto;
	font-family: georgia;
	font-variant: small-caps;
	font-size: 18px;
	text-align:center;
	padding-bottom: 20px;
	padding-top: 20px;
}
