@font-face {
    font-family: Sneakout;
    font-style:  normal;
    font-weight: normal;
  src: url(../Fonts/SNEAKOU0.eot);
}

@font-face {
    font-family: Sneakout2;
    font-style:  normal;
    font-weight: normal;
  src: url(../Fonts/Sneakout.ttf);
}

body {
color: rgb(255, 255, 255); 
background-image: url(../Images/nebula.jpg);
}

p { text-align: center; }
a { text-decoration: none;
	color: rgb(255, 255, 255);
 }

 #top
{
text-align: center;
font-family: Sneakout, Sneakout2, Impact, Charcoal, sans-serif;
font-size: 35px;
}
 
a:link img {
text-decoration: none;
	border: none;}
 
 a:visited img{
 text-decoration: none;
	border: none;}
 
table.crew
{text-align: center;
font-size: 30px;
font-family: Sneakout, Sneakout2, Impact, Charcoal, sans-serif;
margin-left: auto;
margin-right: auto;
}


