A:link  {
	text-decoration : underline;
}
	
A:visited  {
	text-decoration : underline;
}
	
A:active  {
	text-decoration : underline;
}
	
A:hover  {
	color : red;
}

#table  {
	font : 12px;
}

.font  {
	font : 14px;
}