#links {
	position: absolute;
	left: 200px;
	top: 250px;
}
#body {
	position: absolute;
	left: 400px;
	top: 200px;
	width: 55%;
}
#footer {
	position: absolute;
	width: 100%;
	top: 700px;
}
#copyright {
	position: absolute;
	width: 100%;
	top: 750px;
}
a:link {
	color: #D90B0F;
}
a:visited {
	color: #D90B0F;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
body,td,th {
	font-family: Microsoft Sans Serif, Times New Roman;
}
body {
	background-image: url(../Assets/background.jpg);
	background-repeat: repeat;
}

.style1 {color: #D90B0F}

