body {	font-family: Arial, "Times New Roman", Times, serif;
    	color: black }



/* DENOTES LINK ATTRIBUTES */
ul.navbar a { 
	text-decoration: none }
a { text-decoration: underline }
a:link { color: blue }
a:visited { color: blue }
a:active { color: blue }
a:hover { color:cc3366 }
