
/* CSS Document */


body {
background-color : #66cccc;
}
p {
font-family : Century Gothic, sans-serif;
font-size : 14px;
padding : 0;
margin : 0;
margin-bottom : 10px;
}
H1 {
font-weight : bold;
text-decoration : none;
font-family :  Gadget, sans-serif;
font-size : 15px;
color : #2392a1;
}
H2 {
font-weight : bold;
text-decoration : none;
font-family : Gadget, sans-serif;
font-size : 11px;
color : #2392a1;
}

a:link, a:visited {
color : #2392a1;
font-weight : ;
text-decoration : none;
}
a:hover {
color : #f433ff;
text-decoration : none;
}
HR {
color : #c0f0f0;
border : 2px dashed #c0f0f0;
border-style : none none dotted;
}
img {
border : 2px dashed #c0f0f0;
}

LI{
list-style-image: url(/images/1.gif);
color: #2392a1;
} 

p {
font-family : Century Gothic, sans-serif;
font-size : 14px;
padding : 0;
margin : 0;
margin-bottom : 10px;
}

LI{
list-style-image: url(/images/1.gif);
color: #2392a1;
} 

ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  background: #FFFFFF;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #FFFFFF; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { background: #FFFFFF; }
li:hover li a:hover { background: #FFFFFF; }
