@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 0.8em;
}
A:link {text-decoration: underline; color: #336699}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FF3333;}

h3
{
font: bold 11px arial, sans-serif;
text-decoration: underline;
margin: 10px 0 0 0;
}

p
{
font: normal 12px arial, sans-serif;
}

#mcsitenet {
	background: url("http://www.mcsitenet.com/images/filler.gif") repeat-x bottom center #000;
	color: #999;
	font-size: 10px;
	padding: 2px 0 3px 4px;
	text-align: center;
    }

#mcsitenet a {
	color: #CCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    }

#mcsitenet a:hover {
    color: #FFF;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: normal;
    }


