/* CSS Document */

body{
	background:#fff;
	color:#333;
	font:Verdana, sans-serif;
	}


#links{
	padding:0 50px;
	}

h1{
	color:#333;
	font-family:Verdana, sans-serif
	}

h2{	size:80%;s
	color:#333;
	font-family:Verdana, sans-serif;
	}

h2 a:hover {
	font-size: 100%;
	text-decoration: none;
	color:#333;
	background:#fff;
	}

h2 a:link {
	font-size: 100%;
	text-decoration: none;
	color: #990000;
	}

h2 a:visited {
	font-size: 100%;
	text-decoration:none;
	color: #9900ff;
	
	}