a.special:link {  text-decoration: none; color: #900000; outline: none }
a:active {  text-decoration: underline; color: #000000; outline: none }
a:link {  text-decoration: none; color: #846718; outline: none }
a:visited:hover {  text-decoration: underline; color: #000000; outline: none }
a:visited {  text-decoration: none; color: #846718; outline: none }
a:link:hover {  text-decoration: underline; color: #000000; outline: none }

a:active.dimmed {  text-decoration: underline; color: #000000; outline: none }
a:link.dimmed {  text-decoration: none; color: #333333; outline: none }
a:visited:hover.dimmed {  text-decoration: underline; color: #000000; outline: none }
a:visited.dimmed {  text-decoration: none; color: #333333; outline: none }
a:link:hover.dimmed {  text-decoration: underline; color: #000000; outline: none }

body {
    font-family: Verdana, Geneva, Arial, sans-serif; 
    color: #000000;
    font-size: medium;
    }

.bold_note {
    color: #999999;
    font-weight: bold;
    font-size: medium;
    }

.footer {
    font-family: Verdana, Geneva, Arial, sans-serif; 
    color: #000000;
    font-size: small;
    }
    
.mv_table {
    background-image: url(images/pixie_btrfly_bg.png);
    background-repeat: no-repeat;
    font-size: medium;
    }
    
.schedule {
    font-family: Verdana, Geneva, Arial, sans-serif; 
    color: #000000;
    font-size: small;
    }

.schedule_hdr {
    background-image: url(images/schd_cell_hdr.png);
    font-weight: bold;
    }
    
.schedule_open {
    background-image: url(images/schd_cell_open.png);
    }

.schedule_blue {
    background-image: url(images/schd_cell_blue.png);
    }

.schedule_bluegreen {
    background-image: url(images/schd_cell_bluegreen.png);
    }

.schedule_green {
    background-image: url(images/schd_cell_green.png);
    }

.schedule_ltgreen {
    background-image: url(images/schd_cell_ltgreen.png);
    }

.schedule_yellow {
    background-image: url(images/schd_cell_yellow.png);
    }

.schedule_orange {
    background-image: url(images/schd_cell_orange.png);
    }

.schedule_red {
    background-image: url(images/schd_cell_red.png);
    }

.schedule_redpurple {
    background-image: url(images/schd_cell_redpurple.png);
    }

.schedule_purple {
    background-image: url(images/schd_cell_purple.png);
    }

