/* 

© 2007 by Alsoft Publishing Co.
CSS for Index Pages for alsoftpublishing.com

*/

body {
  color: black;
  background-color: white;
  width: 970px;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

a:focus {
  color: red;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

a:active {
  color: green;
  text-decoration: none;
}

a:hover.current {
  cursor: default;
  text-decoration: none;
}

#links {
  padding: 7px;
  margin-top: 10px;
  border-style: double;
  border-color: green;
  background-color: #fef6f8;
  width: 935px;
}

#content {
  position: absolute; left: 245px;
  width: 470px;
  margin-top: 10px;
  clear: left;
}


#adcolumn {
  background-color: white;
  position: absolute; left: 10px;
  width: 220px;
  padding: 5px;
  margin-top: 15px;
  border-style: none;
  border-color: blue;
}

#adcolumn2 {
  background-color: white;
  position: absolute; left: 780px;
  width: 220px;
  padding: 5px;
  margin-top: 15px;
  border-style: none;
  border-color: blue;
}

#instructions {
  background-color: white;
  position: absolute; left: 920px;
  width: 60px;
  padding: 5px;
  margin-top: 10px;
  border-style: double;
  border-color: blue;
}

#instructions #topsecret {
  color: blue;
}

#instructions .heading {
  color: green;
}

#main {
  float: left;
}

.title img {
  border: none;
  padding-right: 20px;
  margin: 0;
}

.title {
  color: green;
  font-size: 1.2em;
}

#banner01 {
  position: absolute; left: 235px;
}
  
