
a.side:link{ text-decoration: underline;
	color: white;
}
	
a.side:visited{ text-decoration: underline;
	color: pink;
}

a.side:hover{ text-decoration: none;
text-transform: uppercase;
	color: green;
	font-weight: bolder;
	background: white;
	font-size: 15pt;
}
