/* TRO style sheet*/

body {background-color: rgb(245,245,220); font-family: Arial, sans-serif; color: black}
h1 {text-align: center; font-size: 48; color: rgb(0,102,51)}
h2, h3 {text-align: center; color: rgb(0,102,51)}
td {text-align: center; font-family: Arial, sans-serif; font-size: 12px}
#links {width: 150px; float: left; background-color: rgb(0,102,0); margin-right: 10px; padding: 10px;
          border: 2px solid black}
#links a {display: block; font-family: Arial, sans-serif; color: rgb(255,255,255); font-size: 10pt;
   margin-top: 5px}
#links a:link {text-decoration: none}
#links a:visited {color: yellow; text-decoration: none}
#links a:hover {text-decoration: underline}
#main {width: 70%; float: left}
#link {width: 100%; style="text-align: center"; background-color: rgb(0,102,0); margin-right: 10px; 
        padding: 10px; color: rgb(255,255,255)}
#link a {font-family: Arial, sans-serif; color: rgb(255,255,255); font-size: 10pt;
   margin-top: 2px}
#link a:link {text-decoration: none}
#link a:visited {color: yellow; text-decoration: none}
#link a:hover {text-decoration: underline}