/* Created with TopStyle Pro - SoftWerks Development */
/* For Greer Industrial Control */
/*body{
	background-color: Gray;
	margin: 0px;
*/
body{
	margin: 0;
	background-color: Silver;

}
.scrntitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.boldtxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;	
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	margin-right: 5%;
}
.nounder {
	text-decoration: none;
	color: Yellow;
}
.nounder:hover {
	text-decoration:  none; 
	background: rgb(0,53,204);
	color: white;
}
