/* this style sheet goes with Project 2 Portfolio*/


a:link, a:visited { #0000FF;
	text-decoration: underline; 
	letter-spacing: 0px; font-weight: bold;
	}

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

a:hover {
	text-decoration: none; color: #66CC66;
	}


#topnav { text-align: left; font-size: smaller; background-color: #00CCFF; 
	margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; 
	border-width: thin;	
	border-color: #666666; color: #000000;

}