

/* stylesheet.css */

/* Body text and page background */
body {
 font-family:Tahoma, Helvetica, sans-serif;
 color:#000000;
 font-style: normal;
 background-image: url("/staticImages/Stratos2XWinnerBkgrd.jpg");
 background-repeat: no-repeat;
 margin-top: 0px;

}

/* Unvisited links (no underline) */
a:link{
   color: #ffffff; /* black */
   text-decoration: none;
}

/* Visited links (no underline) */ 
a:visited{ 
color: #ff00ff; /* fuchsia */ 
text-decoration: none; 
}

/* Hover links (red underlined) */ 
a:hover{ 
color: #ff0000; /* red */ 
text-decoration: none; 
}

/* Active links (green underlined) */ 
a:active{ 
color: #00ff00; /* green */ 
text-decoration: none; 
}

.one {
 font-family: "Arial Black", Charcoal, fantasy;
 font-weight: bold;
 font-size: 14px;
 verticle-align: top; 
 color: #000000;
}

.two {
 font-family: "Arial Black", Charcoal, fantasy;
 font-weight: bold;
 font-size: 22px;
 verticle-align: top; 
 color: #000000;
 line-height: 1em;
}

.three {
 font-family: Tahoma, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 14px;
 verticle-align: top; 
 color: #ffffff;
}

.four {
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 14px;
 verticle-align: top; 
 color: #ffffff;
}
