/*
CSS for Total Website Management
*/

body {
  font-family: Verdana, Arial, sans-serif;
  background-color: #ffffff;
  line-height: 125%;
  background-image: url(bg.jpg);
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
}

h3 {
  color: #ff0066;
  font-size: small;
}

li {
  font-size: small;
}

p {
  font-size: small;
}

a { font-size: x-small;
}

a:link {
  color: blue;
}

a: visited {
  color: orange;
}

a: hover {
  color: green;
}

a:active {
  color: purple;
}

#maintext {
  margin-left: 10px;
  }
  
.blue {
    background: #66ccff;
}