body {
   margin: 0px;
	background-color: white;
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: Black;
}
img {
	border: none;
}
div.frame {
	border: 1px solid Black;
	width: 750px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -372px;
	margin-top: -225px;
}
div.head {
   width: 750px;
	height: 100px;
   position: static;
	float: left;
	clear: left;
}
div.middle {
   position: static;
   width: 750px;
	height: 290px;
   float: left;
	clear: left;
}
div.footer{
   position: static;
   width: 750px;
	height: 60px;
   background-color: #006b33;
   color: white;
	float: left;
	clear: left;
}
div.navi {
   position: static;
   padding-top: 22px;
	width: 100px;
	height: 38px;
	float: left;
}
a.links {
	text-decoration: none;
	color: white;
	background-color: inherit;
}
a:hover.links {
	color: #ffcc33;
   text-decoration: underline;
	background-color: inherit;
	}
a.textlinks {
   font-weight: bold;
	text-decoration: none;
	color: #006B33;
   background-color: inherit;
}
a:hover.textlinks {
   
   text-decoration: underline;
	}
a.buttons {
   margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
   background-color: inherit;
}
a:hover.buttons {
	color: #ffcc33;
   background-color: inherit;
   }
p.foottext {
	margin-top: 25px;
	text-align: right;
	padding-right: 10px;
}
p.linktext{
   margin: 50px;
}
