body {
	background-image:  url(../images/bg1.gif);
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
font-family: Arial;
	font-size: 14px;
}
h2{
font-family: Arial;
	font-size: 14px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #009900;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.footerlink {
	color: #CCFFFF
}

.box {
/*this is a box*/
  background: #E3F4DF;
  padding: 3px;
  margin: 2px;
  border-color: #C8D9DB;
  border-style: solid;
  border-width: 1px; 
  
  
/*the border property in longhand*/ }