body{background-color: white; font-size: medium; font-family: Verdana; margin: 15px; color: black}

h1{font-size: 145%; color: blue}
h2{font-size: 125%; color: blue}
h3{font-size: 105%; color: blue}

#header{font-size: 180%; font-weight: bold; text-align: center; margin-bottom: 15px}
#main{position: relative; background-color: white; border: 1px white solid; padding: 10px; margin-left: 20%; margin-top: 15px; float: clear}
#footer{position: relative; bottom: 10px; color: white; text-align: right; margin-top: 35px}

div.box{background-color: white; border: 1px gray solid; padding: 10px}
div.left{position: relative; margin-left: 10px; top: -10px; float:left; width: 18%}
div.decoration{background-color: white; border: 1px gray solid; padding: 10px}

img{border-width: 0px}

a{color: gray; text-decoration: none; background-color: transparent}
a:hover{background-color: white; color: blue }
