
a.side:link{ text-decoration: underline;
	color: navy;
}
	
a.side:visited{ text-decoration: underline;
	color: black;
}

a.side:hover{ text-decoration: none;
text-transform: uppercase;
	color: black;
	font-weight: bolder;
	background: white
}
#black{
font-family: arial, sans-serif;
font-weight: bolder;
font-size: 16px;
background: black;
color: white;
}
#yellow{
font-family: arial, sans-serif;
font-weight: bolder;
font-size: 16px;
background: yellow;
color: black;
}

