body
{
  background-image: url("images/lgsl_bg.jpg");
  background-color:#fff;
  font-size:11px;
  font-family:verdana,tahoma,arial;
  word-wrap:break-word;
}

.lgsllogo {
margin-top: 20px;
width: 800px;
height: 90px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-top: 1px solid #000;
background-image: url("images/lgsl_logo.png");
background-repeat: repeat-x;
}

.cont {
margin-left: auto;
margin-right: auto;
width: 800px;
padding-top: 10px;
padding-bottom: 10px;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background: #3d3d3d;
margin-bottom: 20px;
}

a:link
{
  text-decoration:none;
  color:#c00000;
}

a:visited
{
  text-decoration:none;
  color:#c00000;
}

a:hover
{
  color:#7500c0;
}

a:active
{
  color:#7500c0;
}
}