/* CSS Document */
/* Monster Construction Main Style sheet */
/*
body {
background-image:  url(images/pg_bg.gif);
background-color: #7B86AC;  
background-repeat: repeat-x;
background-position: 0% 0%;

}
*/
.fone {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
}
.nounder {
	text-decoration: none;
	color: rgb(153, 153, 153); 
}
/*
.nounder:hover {
	text-decoration:  none; 
	/*background: rgb(0,53,204); */
	background: black;
	color: white;
}
*/	

