﻿
body{	
	margin-left:5%; margin-right:5%;
}
.header{
	 width:100%; 
}
.main{
	clear:left; line-height:150%
}
.footer{
	clear:left;
}
#data{
	margin-left:10px;
	background-color:white;
}
.myAD{
	/* position: absolute;	bottom:5px;	left: 10%;	right: 10%; padding:0px,10px,0px,10px*/
	clear:left; text-align:center;
}
a:link {	
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {	
	color: blue;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover {	
	color: red;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}