/* 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: #DCC9CE;
}

A		{
	text-decoration: underline;
}

 
A:link		{
	color: "#244D49";
	text-decoration: underline;
} 
A:visited	{
	color: "#826C44";
	text-decoration: none;
} 
A:active	{
	color: "#FF0000";
	text-decoration: none;
} 
A:hover		{
	color: "#990000";
	text-decoration: underline;
} 

.t
{
                 color: #402F55;
				 font-style : italic;	
				 font-size: 12px;
				 padding-bottom : 10px;
}

.jw
{
                 color: #000;
	font-size: 12px;
				  padding-bottom : 10px;
}

.q
{
  color: #402F55;
font-size: 16px;
font-weight: bold;
	line-height:22px;
    padding-bottom : 30px;
text-align:center;
}

.credits
{
	color: "#CC6633";
	font-size: 10px;
	padding-top: 20px;
}

