<!--
body {background-color:#C0C0C0;} 
a {text-decoration:none; color: black;}
h1 {font-family: arial; font-size: 1em;}

p.one, body {font-family: arial; font-size: x-small;}
p.one {color:black;}

a.one {font-family: arial; font-size: x-small;}
a.one:hover {text-decoration: none; color: white; background: #003399;}
a.one:visited {text-decoration: none}
a.one:active {text-decoration: none}

a.two:hover {text-decoration: none; color: white; background: #003399;} 
a.two:visited {text-decoration: underline}
a.two:active {text-decoration: underline}

a.three {font-family: arial; font-size: x-small;}
a.three:hover {text-decoration: none; color: white; background: #009933;}
a.three:visited {text-decoration: none}
a.three:active {text-decoration: none}

a.four {font-family: arial; font-size: x-small;}
a.four:hover {text-decoration: none; color: white; background: #800000;}
a.four:visited {text-decoration: none}
a.four:active {text-decoration: none}

a.five {font-family: arial; font-size: x-small;}
a.five:hover {text-decoration: none; color: white; background: #008080;}
a.five:visited {text-decoration: none}
a.five:active {text-decoration: none}

//-->