body{
  color: #000000;
  background-color: #663333;
  background-image:url(../img/brick.gif);
}

h2{
  color: #ff00ff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18pt;
}

p{
  line-height: 1.5;
  color: #000000;
  font-size: 10pt;
}

.u_line{
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ul_green{
  border-bottom-color: #66ff99;
}

.ul_yellow{
  border-bottom-color: #ffff00;
}

.ma{
  margin: auto;
}

.top{
  text-align: top;
}

.pd10{
 padding: 10px
}

.blue{
  color: #0066cc;
}

.white{
  color: #ffffff;
}

.border{
  border-color: #ccffff;
  border-style: ridge;
  color: #000000;
  background-color: #FFFFFF;
}

.center{
  text-align: center;
  vertical-align: top;
}

img.left{
  float: left
}

img.right{
  float: right
}

a:link{
  color: #00ccff;
}

a:visited{
  color: #ff99cc;
}
