/* 'umbrella' Republic page */
body {
        color : #000000; /* black */
        background-color: #FFFFFF; /* white */
        background-image: url("images/galaxy_inv3.jpg");
}

/* block styles */

#link-full {
    text-align: right;
    font-size: small;
}

.redundant {
    display: none;
}

h1.MAINTITLE { 
        font-family: "Times New Roman",Roman,serif; 
        font-size: large;
        font-weight: bold;
        color: red;
}

h2 {
    font-style: italic;
    font-size: medium;
    font-weight: bold;
}

dt {
    font-weight: normal;
    display : list-item;
}

dd {
    display : none;
}

dd.do_display {
    display : block;
    padding-left: 0px;
    margin-left: 0px;
}

ul {
    padding: 0px;
    margin-left: 1em;
}

ul li {
    list-style-position: inside;
}

