
a:link {
text-decoration : none;
font-weight : bold;
color : #e00000;
}
a:visited {
text-decoration : none;
font-weight : bold;
color : #800000;
}
a:hover {
text-decoration : none;
font-weight : bold;
background-color : #c0c0c0;
}
a:active {
text-decoration : none;
font-weight : bold;
background-color : #cff;
}
a:focus {
text-decoration : none;
font-weight : bold;
background-color : #080;
}
p.info {
border : 1px solid gray;
background-color : #fafafa;
padding : 4px;
margin : 2px;
}