@charset "iso-8859-1";
p,td,th,h1,h2,h3,center {
 font-family : Arial;
 font-size : 11pt;
}
h2 {
 color: red;
}
a {
 width: 100%;
 background-color: #c0c0c0;
 font-family: monospace;
 font-size: 10pt;
 color: #000080;
 text-align: center;
 text-decoration : none;
 border: thin ridge;
 border-color: #808080;
}
a:link { 
 color : blue;
} 
a:visited { 
 color : navy;
}
a:hover {
 background-color: blue;
 color: orange;
}
a img { 
 border : 0;
} 

 
 