/* CSS Document for Crashing the Con */
/* Created by Douglas Thigpen - Nice Try Productions */

a { 
	color : #0000FF; 
	text-decoration : none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

body {
	background-color: #FFFFFF;
	margin: 0;
}
