/* CSS Document */

a:link
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#e5e5e5";
		text-decoration:"none";
	}
a:hover
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#e5e5e5";
		text-decoration:"underline";
	}
	
a:visited
	{
		font-family:"verdana";
		font-size:7pt;
		font-weight:"bold";
		color:"#e5e5e5";
		text-decoration:"none";
	}

body {
	background-image: url(background/background.png);
	background-repeat: repeat-x;
	background-color:#00067f	
