﻿body 
{
	background-color: #003399;
	background-image:url(Images/BackTransition.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
}
a:link {
	color: #284E98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #284E98;
}
a:hover {
	text-decoration: underline;
	color: #284E98;
}
a:active {
	text-decoration: none;
	color: #284E98;
}	
a.navi:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.navi:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.navi:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.navi:active {
	text-decoration: none;
	color: #FFFFFF;
}

