* {
    margin:0; 
}

body {
font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px; 
background: #FFF;
color: #333; 
margin: 10px; 
padding: 0;
line-height: 1.4;
white-space: nowrap;
}

#header {
    font-size: 14px; 
}

a { 
    color: #27699F; 
}

a:hover { 
     color: #9f5d27; 
}

h1, h2, h3 {
    color: #27699F; 
}

ul h2 {
    margin-bottom: 5px;
}

ul, ol { 
    padding-left: 15px;
    color: #27699F;
}

ul { 
    list-style-type: disc;
}

ol {
    list-style-type: none;
    padding-left: 0px;
}

ul ol, ul ul, li p{ 
    color: black;
}