/* General styles */

p {font-size: 11px; 
   color: #EEEEEE;
   line-height: 16px;
   font-family: verdana, sans-serif}

h1 {font-size: 24px;
    color: #EEEEEE;
    font-weight: normal;
    line-height: 28px;
    font-family: verdana, sans-serif}

h3 {font-size: 11px;
    color: #EEEEEE;
    line-height: 16px;
    font-wieght: bold;
    font-family: verdana, sans-serif}  

.small {font-size: 9px;
        color: #CCCCCC}   

.big {font-size: 14px}

.description_index {font-size: 10px}

/* Link styles */

a {text-decoration: underline}

a:link,
a:hover {color: #EEEEEE}
a:hover {text-decoration: underline}
a:active {color: #000000} 
a:visited {color: #EEEEEE}



/* Other styles */

ol, ul, li {font-size: 11px;
            color: #EEEEEE;
            font-family: verdana, arial, geneva, sans-serif}
            
strong, b {font-weight: bold}
em, i {font-style: italic}
