A:active { text-decoration : none; font-weight : none; color : Blue; font-family: MS Sans Serif; }
A:link { text-decoration : none; font-weight : none; color : Blue; font-family: MS Sans Serif; }
A:visited { text-decoration : none; font-weight : none; color : Blue; font-family: MS Sans Serif; }
A:hover { text-decoration : underline; font-weight : none; color : red; font-family: MS Sans Serif; }

body,table,td{
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}
select {
	font-family: MS Sans Serif;
	font-size: 11;
}

input {
	font-family: verdana;
	font-size: 11;
}
