﻿/* Dan Occhipinti */

body{
	
	font-family: arial, helvetica, sans-serif;}
		
	
	a:link{
	color: yellow;
	background-color: olive;
	font-weight: bold;
	}
	a:visited{
	color: green;
	background-color:olive;
	}
	a:hover{
	color:olive;
	background-color: yellow;
	}
	