body { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: white; }
html, body { height: 100%}
p {}
td {}
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
h2 { font-size: 15px; font-weight: bold; margin: 0; }
#content { width: 620px; }

#main { width: 620px; float:left; margin-top: 60px; margin-left:50px;}

#scroll { background-color: #f5eae8; width: 95%; height: 400px; overflow: scroll; padding: 5px; }
hr { color: #f45712}
input, textarea { background-color: #ff7d44;border: solid 1px white; width: 240px;}

#navi { float: left; width: 200px;font-size:15px; }

#navi a:link, #navi  a:visited, #navi  a:active { color: black;  text-decoration: none; }
#navi a:hover { font-weight: bold; text-decoration: none; }

#navi .active { font-weight: bold; text-decoration: none; }
