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

