a:link		{
	color:#333333;
	background-color: #999966
	text-decoration: underline;
}

a:visited	{
	color:#333333;
	background-color: #999966
	text-decoration: none;
}

a:unvisited {
	color:#333333;
	background-color: #999966
	text-decoration: none;
}
	
a:hover 	{
	color:#333333;
	background-color: #999966
	text-decoration: underline;
}

h1: {
	color:#333333;
	background-color: #999966
	font-family: Times New Roman, serif;
	font-size: 36px;
}

#header {
	width:960px;
	margin: auto;
}

body {
	background-color: #999966;
	color:#333333;
	font-family: Times New Roman, serif;
	font-size: 20px;
}
