HTML {
   height: 100%; }

body {
	height: 100%;
	background-image: url("html/blank/images/backgroung.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, tahoma;
 }
	

.text {	font-family: verdana, tahoma;
	font-size: 12px;
	color: #303030; }	


.more {font-family: verdana, tahoma;

	font-size: 10px;
	color: #fd5600; }


.copyright {	font-family: verdana, tahoma;

	font-size: 10px;
	color: #d9d9d9; }


h1 {
	font-size: 16px;
	}
	
a.nav,a.nav:active,a.nav:link,a.nav:visited {
  font-family : verdana, "times new roman", verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background : transparent;
  color : white;
}

a.nav:hover {
  font-family : verdana, "times new roman", verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color : white;
  text-align: center;
  text-decoration: none;
  background : transparent;
  color : #284b6f;
}

a,a:active,a:link,a:visited {
  font-family : verdana, "times new roman", verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background : transparent;
  color : #284b6f;
}

a:hover {
  font-family : verdana, "times new roman", verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color : white;
  text-align: center;
  text-decoration: underline;
  background : transparent;
  color : #284b6f;
}