
body {
    color: #CCCCCC; 
    background-color: #000000;
    margin: 0em;
    padding: 0em;
    background: black none;
}


a { 
    text-decoration: none
}

a:link {
    color: #0099FF
}

a:visited {
    color: #0099FF
}

a:active {
    color: #66FF00
}

a:hover {
    color: red
}

img {
    border: 0
}

.invisible {
    display: none;
}


#fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 11em;
    height: 100%;
    background-image: url(bg.jpg); 
    background-repeat: repeat-y;
    text-align: center;
}

body>#fixed {
    position: fixed;
}



#content {
    margin-left: 11.5em;
}



#fixed a {
    display: block;
    text-decoration: none;
    margin-bottom: 2px;
    color: white; 
    line-height: 1.5;
    font-family: fantasy; 
    font-size: 120%; 
    font-weight: 900;
}


#fixed a:hover {
    color: red
}



#fixed a:active {
    color: #66FF00 
}

#table_format td {
	background-color: #000080
}

#table_format b {
    color: #FFFFFF
}