body {
	background-color: #005e35;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
    border:none;
    padding:0;
}


a:link { color: #89fec9; text-decoration: none}
a:visited { color: #89fec9; text-decoration: none}
a:hover { color: #cccccc; text-decoration: none}
a:active { color: #89fec9; text-decoration: none}

.regularwhite
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
}

.headline
{
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
}