@import url(week3_import.css);
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2 { font-size: 120% }


a:link {
	color: #999999;
	text-decoration: none;
	
	
}

a:visited {
	color: #DB3C44;
	text-decoration: none;
}


