/* CSS Document */

#header h1 {
	background-image: none;
	}

#schedule {
        float: left;
        background-color: #1F3258;
        font: georgia;
        font-size: 1em;
        text-align: left;
        width: 160px;
        padding: 10px 0px 15px 0px;
        margin: 10px 10px 10px 25px;
        border: 4px double white;
        }

#schedule h3 {
        color: white;
        font-style: italics;
        font-weight: bold;
        text-align: center;
        padding-bottom: -3px;
        margin-bottom: -3px;
        }

#schedule a {
       color: inherit;
       text-decoration: none;
       }

#schedule a:visited {
       text-decoration: none;
       }

#schedule a:hover {
       color: #FFCC00;
       }

#features h4 {
       color: #FFCC00;
       }
