html, body {margin:0; border:0; padding:0;}

body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 15px;
    color: #555;
}

body {
    background-color: #fff;
}

a {
    color : #6862a2;
    font-weight : bold;
}
a:hover {
    text-decoration: underline;
    color: #45761D;
}
a:visited {
    color: #777;
}

#topMenu a, #mainMenu a, #subMenu a, #footer a {
    font-size : .8em;
    text-decoration : none;
    white-space : nowrap;
}
#topMenu, #subMenu, #footer {
    text-align: right;
    margin-right: 1.3em;
    margin-top: .5em;
    margin-bottom: 1.3em;
}


#mainMenu {
    list-style-type : none;
}

#content {
    font-size : .8em;
    padding : 10px;
    width : 80%;
}

#content td, #content th { 
  font-size : .8em;
}

.subject {  
    color : #45761D;
}

.titles .next, .titles .prev { 
  font-size : .6em;
}
