a:link
{
color: rgb(225,00,00);
text-decoration: none;
}
a:visited
{
color: rgb(225,00,00);
text-decoration: none;
}
a:active 
{
color: rgb(255,225,00);
text-decoration: none;
}
a:hover
{
color: rgb(255,225,00);
text-decoration: none;
}
body
{
color: rgb(255,255,255);
background-color: rgb(00,00,00);

background-image: url('pictures/background2.jpg');
background-position: center center;
background-repeat: no-repeat;

scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFF00;
scrollbar-track-color: #990000;

margin-top: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
}


#title
{
margin-top: 0%;
text-align: center;
}
p.dotted1
{
border-style: dotted;
border-color: rgb(225,225,0);
margin-top: 2%;
margin-left: 25%;
margin-right: 50%;
background-color: rgb(00,00,00);
text-align: justify;
padding: 5px;
}
p.dotted2
{
border-style: dotted;
border-color: rgb(225,225,0);
margin-top: 2%;
margin-left: 40%;
margin-right: 35%;
background-color: rgb(00,00,00);
text-align: justify;
padding: 5px;
}

#copyright
{
color: rgb(66,66,66);
text-align: center;
font-size: x-small;
margin: 0em auto;
width: 45em;
background-color: #000;
margin-top: 5px;
}

#navigation
{
text-align: center;
font-size: larger;
margin: 0em auto;
width: 10em;
background-color: #000;
margin-top: 10px;
}

#submenu
{
text-align: center;
font-size: small;
margin: 0em auto;
width: 25em;
background-color: #000;
margin-top: 20px;
padding: 2px;
}


#window
{
margin: 0em auto;
width: 600px;
text-align: center;
border-style: dotted;
list-style: none;
border-color: rgb(225,0,0);
background-color: rgb(00,00,00);
padding: 2px;
}


.ship
{
margin: 0em auto;
width: 760px;

border-color: #f00;
background: #000 none;
padding: 2px;
height: 95%;

border-style: dotted;
list-style: none;
}
.ship ul
{
margin: 0;
padding: 2;
list-style-type: none;

}
.ship li
{
float: left;
text-align: center;
margin: 0;
padding: 5;
}


.qlist
{
margin: 0em auto;
width: 600px;
border-style: dotted;
border-color: #f00;
background: #000 none;
padding: 5px;
text-align: justify;
}
.qlist ul
{
list-style: square inside url('pictures/list_star.gif');
}


h1
{
color: #ff0;
font-weight: bold;
font-size: medium;
}
h2
{
color: #f00;
font-weight: bold;
font-size: medium;
}