A:link {
 text-decoration: underline;
 cursor: crosshair;
 color: #000099;
}
A:visited {
 text-decoration: underline;
 cursor: crosshair;
 color: #000066;
}
A:text {
 text-decoration: none;
 color: #000000;
}
A:hover {
 text-decoration: underline;
 cursor: crosshair;
 color: #990099;
}
body {
 font-family: "times new roman", arial, veranda, serif, sans-serif;
 background-color: #aaaabb;
 color: #000000; 
 font-size: 14px;
}

h1 {
 color: black;
 }
tr.bg1 {
 background: #bbbbcc;
 line-height: 20px;
 }
tr.bg2 {
 background: #ccccdd;
 }
tr.bg3 {
 background: #aaaabb;
 }
table.fics {
 width:80%;
 }
