﻿/* CSS Document */

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
    color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;	
}
a:active {color: red}

body,p,table,li,h1,h2,h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	border: none;
	margin: 0;
	padding: 0;
}


body
{
	background-repeat: 
no-repeat;
	background-attachment: 
fixed;
	background-position: center 110px;

}
