/* 231 style sheet */

body
{
margin:0px; 
background-image:url("images/Starsinthesky.jpg");
background-size:cover;
background-position:center center; 
background-attachment:fixed; 
background-repeat:no-repeat;
background-color:#000000;
}


h1.top-header {font-weight:bold;color:#ffffff;text-decoration:none;font-size:18px;font-family:Tahoma;display:inline;}
h2.top-header {font-weight:bold;color:#ffffff;text-decoration:none;font-size:16px;font-family:Tahoma;display:inline;}
h3.top-header {font-weight:bold;color:#ffffff;text-decoration:none;font-size:14px;font-family:Tahoma;display:inline;}

a.top-nav:link {color:#ffffff;text-decoration:none; font-weight:bold; font-size:12px; font-family: Tahoma;}
a.top-nav:visited {color:#ffffff;text-decoration:none; font-weight:bold; font-size:12px; font-family: Tahoma;}
a.top-nav:active {color:#ffffff;text-decoration:none; font-weight:bold; font-size:12px; font-family: Tahoma;}
a.top-nav:hover {color:#ff0000;text-decoration:underline; font-weight:bold; font-size:12px; font-family: Tahoma;}


a:link
{
color: #fff;
}


a:visited
{
color: #fff;
}


a:active
{
color: #fff;
}


.shadow {
  background-color:#ffffff;
  -moz-box-shadow: 0px 2px 5px #777;
  -webkit-box-shadow: 0px 2px 5px #777;
  box-shadow: 0px 2px 5px #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0px solid #777;
  border-top: 0px solid #777;
}



#bar
{
   position: fixed;
   right: 10px;
   width: 50px;
   top: 10px;
   z-index: 1000;
}



#left
{
position:absolute;
visibility:show;
left: 50%;
margin-left: -590px;
top: -80px;
z-index: 1;

}

#right
{
position:absolute;
visibility:show;
left: 50%;
margin-left: 461px;
top: -80px;
z-index: 1;

}








h1
{
font-size: 45pt;
color: #fff;
font-family: "Arial", "Helvetica", sans-serif;
}

h2
{
font-size: 16pt;
color: #000000;
font-family: "Arial", "Helvetica", sans-serif;
}

h3
{
font-size: 14pt;
color: #000000;
font-family: "Arial", "Helvetica", sans-serif;
}

h4
{
font-size: 12pt;
color: #000000;
font-family: "Arial", "Helvetica", sans-serif;
}


p, ul
{
font-size: 12pt;
font-weight: bold;
font-family: "Arial", "Helvetica", sans-serif;
color: #000000;
}