body {
     font-family: Verdana,Arial,sans-serif;
     font-size: 12px;
     padding: 5px;
     background-image:url('/images/animated_stars.gif');}

a:link {
	color: #0000FF;
	text-decoration: underlined; }

a:hover {
        color: #6666FF;
	text-decoration: underlined; }
	
a:visited {
	color: #6666FF;
	text-decoration: underlined; }

h1 {
    color: #0000FF;
    font-size: 22px; 
    font-weight: bold; }

h2 {
    color: #0000FF;    
    font-size: 16px; }

#all {
      width: 900px;
      margin: 0 auto;
      border: 6px solid #e13627;
      background-image:url('/images/satin.jpg'); }

#header {
        height: 120px;
        font-size: 14px;
        color: #e13627;
        text-align: center;
        padding: 10px; }

#header br {
        margin-top: 25px; }

#menu { border-top: 3px solid #e13627; }

#menu ul {
      margin-left: -10px; }
      
#menu li {
       list-style-type: none;
       font-size: 12px;
       float: left;
       width: 16%; 
       text-align: center; }

#menu a {
       text-decoration: none;
       color: blue;
       font-weight: bold;
       display: block;
       border: 3px yellow outset;
       background-color: #fceb58; }

#menu a:hover {
       border: 3px yellow inset; }

#content {
        color: #000000;
        margin-left: 35px; 
        margin-right: 35px;
        margin-top: 20px;
        padding: 5px; }

#content img {
         float: right; 
         border: 2px solid #e13627;
         margin: 10px;
         padding: 5px; }

.main tr {
        font-size: 12px; }

.online br {
        margin-top: 10px; }

.online {
        margin-left: 40px; }  

#footer {
        height: 50px;
        font-size: 9px;
        color: #e13627;
        text-align: center;
        margin-left: -10px;
        padding: 5px;
        border-top: 3px solid #e13627; }
        
#footer a {
        color: #0000FF;} 


      