/* First Draft Stylesheet */
<!-- -->
BODY {font-family: Times New Roman;
      background-image: url('images/fccaa-bg-tile.jpg');}

H1 {font: x-large Times New Roman, sans-serif;
    color: olive;
    border-bottom: thin black solid;}

TABLE {margin: 0;}

.sidebar {background-color: olive;
          padding: 0.5em;}

.sidebar UL LI {list-style-type: none;
                margin-left: 0;
                margin-right: 0.5em;}

.sidebar UL LI A {color: #FFCCCC;}

.body {background: white no-repeat center 
       url(http://www.site.org/pix/logo.gif);}

IMG.icon {border: outset gray 3px;
          padding: 0;}

P {margin: 0em 0.5em;
   text-indent: 1em;
   color: #333333;}

a:link {text-decoration: none}
a:hover {text-decoration: none; color: #FFFF00;}
a:active {text-decoration: none}
a:visited {text-decoration: none}

.leftnav {
	color: #FFFFFF;
	font-family: Impact, sans-serif;
	}

.offmouse {color: #775533;}

.onmouse {color: #FFFFFF;}

