/* CSS Document */

#contactform dl {
margin: 0;
padding: 0;
}
#contactform dt {
margin: 0 0 2px 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 92%;
font-weight: bold;
line-height: 150%;
}
#contactform dd {
margin: 0 0 10px 0;
padding-left: 0;
line-height:150%;
}
#contactform strong {
color: #FFCC00;
font-size: 100%;
font-weight: normal;
}
.formtxt {
width: 250px;
font-size: 100%;
font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}
.formcomment {
width: 350px;
font-size: 100%;
font-family: "Lucida Grande", Geneva, Arial, sans-serif;
}
.btmmargin {
margin: 0 0 350px 0;
}

p a{
text-decoration: none;
color: #FFFF66;
}

p a:hover {
text-decoration: underline;
}