/* CSS Document */

#content {
	background: white;
	width: 620px;
	margin-top: 50px;
	margin-left: 50px;
	padding: 20px;
	color: #333333;}	
	
#content h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;}

a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold; }

a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;}
	
a:hover {
	color: #999;
	text-decoration: underline;
	font-weight: bold;}
