@charset "utf-8"; /* CSS Document */ #main { height: auto; width: 500px; border: 1px solid #336633; background-color: #ffffcc; background-image: url(images/whiteoakstransparent.gif); background-repeat: no-repeat; font-family: "Trebuchet MS", "Times New Roman"; font-size: 12px; } #header { background-color: #336633; height: 30px; width: 500px; font-family: "Trebuchet MS", "Times New Roman"; font-size: 18px; font-weight: bold; color: #FFFFFF; background-position: center; text-align: center; padding-top: 3px; } .subheader { font-family: "Trebuchet MS", "Times New Roman"; font-size: 13px; font-weight: bold; color: #336633; } #content { font-family: "Trebuchet MS", "Times New Roman"; font-size: 12px; text-align: justify; padding: 10px; } #close { text-align: center; color:#CCCCCC } #close a:link, #close a:active, #close a:visited{ font-size: 9px; } #close a:hover{ color: #336633; } a:link, a:active, a:visited { font-family: "Trebuchet MS", "Times New Roman"; font-size: 13px; font-weight: bold; z-index: 13; color:#666666; text-decoration: none; } a:hover { color: #003300; font-family: "Trebuchet MS", "Arial Black", "Courier New"; font-size: 13px; font-weight: bold; text-decoration: none; } #options { text-align: center; display: none; }