/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 12/01/08
 *   author               : Chad Berg
 *   email                : chad@bdhtek.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color:#666;
	color:#000;
	margin:0px;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	background-color:inherit;
	color:#0033ff;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#0033ff;
	text-decoration:underline;
}

/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#fff; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#fff;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#fff; 
	text-decoration:underline;
}