A{
text-decoration : none;
}
A:HOVER{

text-decoration : underline;
color : red;
}
A:ACTIVE{
text-decoration : none;
}
A:VISITED{
text-decoration : none;
}body {
	margin: 0px;
	padding: 0px;
}
blockquote,td{
	font-size: 11pt;
}