body { 
padding-top:25px;
text-align: center;
}

a:link {
	color: #224290;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #224290;
}
a:hover {
	text-decoration: underline;
	color: #6185DA;
}
a:active {
	text-decoration: none;
	color: #224290;
}
#footer {
	margin:0 auto;
	width:800px;
	height:16px;
	z-index:1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#224290;
}

#bartop	{
	width:760px;
	height:2px;
	background-color:#00a0e1;
	margin:0 auto;
}

#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#224290;
	text-align:center;
	padding:25px;
}

#name {
	font-size:24px;
	font-weight:bold;
}

#title {
	font-size:24px;
}


