/* CSS Document */

body {
background-color:#A8C3D2;
  font-family: "Tahoma", "Geneva", "Verdana", sans-serif;
  font-size:16;
}

p {
color:#000000;
font-size:16;
}

h3 {
font-weight:bold;
}

span.ulhead {
text-decoration:underline;
}

a:link {color:#333399; text-decoration: underline;}
a:visited {color:#666699; text-decoration: underline;}
a:hover {color:#993366; text-decoration: underline;}
a:active {color:#000000; text-decoration: none;}