body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:;
}
.style2 {
	color: #DA7B2B;
	font-family: Verdana;
}
.style3 {color: #FF0000}


.css {
	font-family: verdana;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.nav:hover{
font-family: verdana;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-align:center;
text-decoration:none;
background-color:#006600;
}
.text{
text-align:left;
font-family:verdana;
font-weight:400;
font-size:12px;
color:#000000;
text-decoration:none;

}
.head{
text-align:center;
font-family:arial;
font-weight:bold;
font-size:15px;
color: #000000;
}

.wireframemenu{
border: 1px solid  #993300;
background-color: #FFFFFF;

width: 200px;
position: absolute;
}

* html .wireframemenu{ 
width: 123px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font:11px Verdana;
padding: 0px 0px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #999900;
color: black;
}


}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000033;
}



