
a.side:link{ text-decoration: underline;
	color: black;
}
	
a.side:visited{ text-decoration: underline;
	color: maroon;
}

a.side:hover{ text-decoration: none;
text-transform: uppercase;
	color: maroon;
	font-weight: bolder;
	background: white
	
}
