a:link {
color : #FF0000; 
text-decoration : none; 
font-weight:bold;
}
a:visited {
color : #FF0000;
text-decoration : none;
font-weight:bold;
}
a:hover {
color : #FFFF00; 
text-decoration : none;
font-weight:bold;
} 
a:active {
color : #FFD000; 
text-decoration: none;
font-weight:bold;
} 
body {
font-family : Arial, sans-serif; 
font-size: 200%;
margin-top: 0px;
margin-bottom: 0px;
}
