﻿body{
	font-family: Geneva, Arial;
	font-size: 12px;
	line-height: 20px;	
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 50px;

}

h1{
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
}

h2{
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}

#copyright{
	font-size: 10px;
	color:gray;
}

a:link, a:hover, a:visited,a:active{
	color:gray;	
	text-decoration:none;
	border-bottom:1px dotted gray;
}
a:hover{
	border-bottom:1px solid blue;
	color:blue;
}