body {
   color: #CCC;
   line-height: 5px;
   background: #333 url(whitehawks_background.jpg) repeat-x top;
   font-size: 10px;
   font-family: 'Arial';
}

h1 {
   font-size: 40px;
   font-family: 'Impact';
   color: #99CC00;
   width: 300px;
   padding-top: 60px;
}

h2 {
   font-size:10px;
   font-family: 'Arial';
   padding-bottom: 20px;
   width: 300px;
   text-align: center;
   text-transform: uppercase;
   color: #AAA;
   letter-spacing: 10px;
   display: none;
}

p {
   font-size:10px;
   font-family: 'Arial';
   padding-bottom: 5px;
   width: 400px;
   text-align: left;
   text-transform: none;
   line-height: 1.5em;
}

footer {
   line-height: 5em;
   text-transform: uppercase;
}

.menu {
   font-size:10px;
   font-family: 'Arial';
   padding-bottom: 25px;
   text-align: center;
   text-transform: uppercase;
}

a { color: #CCFFFF; text-decoration: none; padding:2px;}
a:hover { background:#CCFFFF; color: #333; padding: 2px;}