
body{
	
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    position:absolute;
	background-color: #ffffff;
    width: 100%;
	left: 0%;
	right: 0%;
     
}

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

a:link{
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

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

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

