<!--
body {
  margin-left: 10%;
  margin-right: 10%;
  font-family: sans-serif;
  color: #000000; background: #CCFFFF;
}
h1 { font-size: 175%; }
h2 { font-size: 125%; }
h3 { font-size: 100%; }
h1 { margin-left: 0%; }
h2,h3,h4,h5,h6 { margin-left: 0%; }
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }
IMG { margin-left: 0%;
   margin-right: 2%;
   margin-top: 0%;
   margin-bottom: 2%;
}
pre {
   color: #006699; font-weight: bold;
   white-space: pre; font-family: monospace;
   font-size: 100%;
}
address { color: #006699; font-style: italic; font-weight: bold; }
LI {list-style-image: url(../images/mybullet.gif); list-style-type: square; }
tt { color: green; }
A:link { color: blue }  /* for unvisited links */
A:visited { color: maroon } /* for visited links */
A:active { color: red } /* when link is clicked */
A:hover { color: green } /* when mouse is over link */
em { color: #000000; font-style: italic; font-weight: bold; }
strong { color: #000000; font-weight: bold; }
div.box { text-align: left;
   background: #000000;
   border: none;
   width: 96%%;
   padding: 2%; }
div.services {
   background: #FF9966;
   padding: 2%;
   border: none;
   width: 96%;
}
div.headfoot {
   text-align: center;
   background: #CCCCCC;
   padding: 2%;
   border: none;
   width: 96%;
}
div.contacts {
  background-color: #FFFFFF;
  padding: 2%;
  border: none;
  width: 96%;
}
table {
  margin-left: -4%
  font-family: sans-serif;
  font-size: 100%;
  background: #FFFFCC;
  border-width: 2;
  border-color: #FFCC99;
}
td {
  font-family: sans-serif;
  font-size: 80%;
  background: #FFCC99;
}
th {
  color: #006699;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 80%;
  background: #FF9933;
}
-->
