/* GENERAL STYLES */

body {
    background-color: #C0C0C0; }

h1,h2,h3,h4,h5 {
    font-family: sans-serif;
    font-weight: normal;
 } 

h1 {
    font-size:220%;
    margin:0px;
    border:0px;
    padding:0px;
    color: white; 
    font-weight: normal;}

a {
    color: black; }
    
a:hover {
    text-decoration: underline;
    color: green; }

.selected {
    color: black !important;
}

.mainPanel {
    margin: 2em auto 0px auto;
    background-color: black; 
    background-image: url('images/ground.jpg'); 
    background-repeat:no-repeat;
    padding:0;/
    border-spacing:0;
    width:720px;
}

#mainPanelCell {
    color: black;
    font-size: 120%;
}
    
.mainLink {
    text-decoration: none;
    font-variant: small-caps;
    color: #555555; }

.mainLink:hover {
    text-decoration: underline;
    color: black; }
