body{
background-color: #000000;
background-attachment: fixed;
scrollbar-arrow-color: #c3c3c3;
scrollbar-3dlight-color: #666666;
scrollbar-highlight-color: #333333;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #333333;
scrollbar-darkshadow-color: #333333;
scrollbar-track-color: #000000;
font: 0.8em "arial";
color: #c3c3c3;
text-align: justify;
}

a:link{color: #c3c3c3; text-decoration: none; font-weight: bold;}
a:visited{color: #c3c3c3; text-decoration: none; font-weight: bold;}
a:hover{color: #ffffff; text-decoration: none; font-weight:bold;}

/*main divisions*/

#title-menu{
width: 600px;
text-align: center;
font-size: 1.4em;
position: absolute;
top: 65px;
}

#small-menu{
width: 575px;
text-align: center;
font-size: 0.9em;
color: #aaaaff;
position: absolute;
top: 0px;
}

#body{
width: 575px;
text-align: justify;
font-size: 0.9em;
position: absolute;
top: 40px;
}


/*text classes, headers etc.*/

h1{
font: 1.1em;
font-weight: 550;
}

h2{
font: 1.1em;
}

ol{
font-size: 0.9em;
}

table{
font-size: 1em;
}
