div.IEfix
{
	text-align: center;
}

div.main
{
	text-align: left;
	margin-top: 100px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	width: 700px
}

A:link {text-decoration: underline; color: white;}
A:visited {text-decoration: none; color: #909090;}
A:hover {text-decoration: underline; color: #909090;}
A:active {text-decoration: none; color: #909090;}

A.small:link {text-decoration: none; color: #909090; font-size: 10px;}
A.small:visited {text-decoration: none; color: #909090; font-size: 10px;}
A.small:hover {text-decoration: underline;; color: #909090; font-size: 10px;}
A.small:active {text-decoration: none; color: #909090; font-size: 10px;}

hr
{
	background-color: white;
	color: white;
	width: 60%;
	border: 2;
}
