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: #23896b; text-decoration: underline}
a:visited { color: #23896b; text-decoration: underline}
a:hover { color: #555555; text-decoration: underline}
a:active { color: #23896b; text-decoration: underline}

.regular
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #4c504f;
}

.headline
{
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #3abf94;
}
