/* CSS Document */

body {
	background-color : #E8E8D3; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	}
	
h2 {
	font-size: 14px;
	color: #333300;
	}
	
#sidebar {
	background-color: #999999;
	font-size: 10px;
	}

A:link {
	text-decoration: none;
	color: #333300;
	}
	
A:visited {
	text-decoration: none;
	color: #333300;
	}

	
A:active {
	text-decoration: none; 
	color: #333300;
	}
	
A:hover {
	text-decoration: underline; 
	color: #333300;
	}