/* Copyright 2006-2009 Atmospheric Designs */

BODY 		{
	font-family: Arial;
	Font-size: 11px;
	background-color: black;
	color: black;
	vertical-align: top;
}
A:link 		{color: blue; text-decoration: underline}
A:visited	{color: purple; text-decoration: underline}
A:active	{color: red; text-decoration: none}
A:hover		{color: red; text-decoration: none}
A.a:link	{color: white; background-color: black; width: 150px; display: block; text-decoration: none}
A.a:visited	{color: white; background-color: black; width: 150px; display: block; text-decoration: none}
A.a:active	{color: white; background-color: navy; width: 150px; display: block; text-decoration: none}
A.a:hover	{color: black; background-color: white; text-decoration: none}
.nav		{width: 150px; background-color: #000000; font-size: 11px;}
.navhead	{color: white; font size: 18px;}

#body {
	padding: 10px;
	font-size: 14px;
	width: 750px;
	vertical-align: top;
}

#title {
	font-size: 20px;
	text-decoration: underline;
	padding: 20px;
}

#faq {
	font-size: 16px;
	font-weight: bold;
}

#header {
	font-size: 14px;
	font-weight: bold;
}
