/*
tip from mark pilgrim:
http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
*/


a:visited,
a:active,
a:link {	
	color: #000000;
	
}

a:hover {
	text-decoration : bold;
}
img
{   
    alt:font-size: 20px; 
       

}