/*

ndl.css

The stylesheet for the HTML pages to be used for the GLIF forms

*/

body {  
    font-family: Arial; 
    font-size: 14px;       
    background: white; 
    text-align: left; 
    color: black; 
    padding: 5px;
} 
h1 {
    margin-top: 0px;
    color: red;
}
h2 {
    color: red
}
h3 {
    color: red;
}
tbody {
    font-family: Arial;
    font-size: 14px; 
}
tr {
    font-family: Arial;
    font-size: 14px;
}
#logos {
    float: right;
}
#logos img { 
    border: none;
}
dt {
    font-weight: bold;
}

