body, div {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: left;}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 36px;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 28px;}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 24px;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 20px;}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 16px;}

body
{
background-color: #000000;
background-image: url(../images/nebula.jpg);
background-attachment: fixed;
color: #eeeeee;
}

a:link {color: #FF0080; text-decoration: none;}
a:visited {color: #cf00cf; text-decoration: none;}
a:hover {color: #66CCFF; text-decoration: none;}
a:active {color: #66CCFF; text-decoration: none;}

.page_div
{
text-align: center;
width: 760px;
}
.content_div
{
text-align: center;
width: 560px;
float: left;
}
.text_div
{
background-color: #111111;
border-style: solid;
border-width: 1px;
border-color: #3333ff;
text-align: justify;
padding: 8px;
width: 90%;
margin-bottom: 30px;
}
.menu_main
{
text-align: center;
padding: 4px;
width: auto;
float: left;
}
.menu_item
{
background-color: #111111;
border-style: solid;
border-width: 1px;
border-color: #555555;
color: #eeeeee;
padding: 4px;
width: 150px;
text-align: center;
margin: 4px;
}
.menu_item a
{
background-color: #111111;
color: #FF0080;
text-decoration: none;
display: block;
}
.menu_item a:hover
{
background-color: #66CCFF;
color: #000000;
text-decoration: none;
display: block;
}