body {background-color: #ff9;	  margin: 0px;	  padding: 0px;	  }#side {     background-color: #ff9;     position: fixed;    height: auto;    top: 0;    left: 0;    width: 120px;     float: left;    font-family: comic sans ms, fantasy;     margin: 0;    padding: 0;    color: black;             }           #side h1 { background-color: #ff3;     margin: 0;    padding: 0px 9px;    font-size: 160%;    color: green;    text-decoration: none;    font-weight: normal;    width: 100px;     }    #side a { background-color: #ff3;     margin: 0px;    padding: 0px;    }#side p { background-color: #ff3;    margin: 0px;    font-size: 100%;    color: green;    padding: 9px;    width: 100px;     }    #side a:link { 	font-weight: bold; 	text-decoration: none; 	color: #363;	}#side a:visited { 	font-weight: bold; 	text-decoration: none; 	color: #393;	}#side a:hover, a#side:active { 	text-decoration: underline; 	color: #3c3;	}#main {        margin: 1px 1px 1px 120px;	    background-color: #ff9;	    padding: 0px 6px;        color: black;      }h1 {background-color: #ff3;     color: black;    margin-top: 0px;    padding-top: 0px;    }         h2 {color: #990}     .center {text-align: center}     address {background-color: #ff3;         font-style: italic;         text-align: center;          }          p.address {background-color: #ff3;         font-style: italic;         text-align: center;          }table {background-color: #ff0;       margin-right: auto;       margin-left: auto;            }th {    font-size: 144%;    background-color: #ff3;    }    td {    background-color: #ff9;    }    img.right {float: right;            border: medium solid #ff3;           }img.left {float: left;           border: medium solid #ff3;          }img.full {width: 99%;           border: medium solid #ff3;          }          br.clear { clear: both; }a:link { 	text-decoration: none; 	color: #690;	}	a:visited { 	text-decoration: none; 	color: #990;	}	a:hover, a:active { 	text-decoration: underline; 	color: #390;	}	
