/*Stylesheet for winterrevolution.com
  Written by Stephen Whitehead
  Last updated November 24, 2008
*/

  a:link{color:#E6E8FA}
  a:visited {color:#000033}
  a:active {color:#000033}

body
{
  background-color:#6183A6;
  color:#F0F8FF;

}

#topmenu
{
  top:10px;
  height:50px;
  min-width:900px;
  border:black-solid 2px;
}

#content{
 overflow:auto;
 margin-top:25px;
 width:700px;
 margin-right:300px;
 float:right;
  
}
