﻿.body{
	text-align:justify;
	font-family:Tahoma;
	font-size:13px;
}
div.header{
	width:932px;
	height:340px;
	margin:auto;
	text-align:center;
}
div.content{
	width:932px;
	font-family:Tahoma;
	margin:auto;
	font-size:13px;
}
div.footer{
	width:932px;
	margin:auto;
	text-align:center;
	font-family:"Segoe UI";
	font-size:10px;
}
a:link,a:visited{
	text-decoration:none;
	color: gray;
	}
a:hover,a:active{
	text-decoration:underline;
	color: black;
	}
div.seperator{
	width:932px;
	margin:auto;
	height:20px;
}