body {
	margin: 0px 0px 20px 0px;
	background-color: black;
}

.headline {
        COLOR: red;
        FONT-weight: bold;
	margin: 0px 0px 0px 0px;
}

.nodec {
  text-decoration: none;
}

.subline {
        COLOR: #ffff00;
        FONT-weight: bold;
	margin: 0px 0px 0px 0px;
}

.copyright {
  margin-top: 300px;
  COLOR: white;
  font-size: 6pt;
}

.generaltext {
        COLOR: #ffffff;
}

.smalltext {
        COLOR: red;
        Font-size: 12;
}

.smallytext {
        COLOR: yellow;
        Font-size: 12;
}




A.navbarSelected {
        COLOR: orange;
        FONT-weight: bold;
        FONT-size: 20px;
}

A.navbarUnselected {
        COLOR: #339900;
        FONT-weight: bold;
        FONT-size: 15px;
}



a:active { color: orange; }

a:hover { color: red; }




