@charset "UTF-8";
body
{
line-height: 1.7;
color:#FF69B4;font-size: 13px;

}
textarea {
border:1px solid #FF69B4;
background-color:#FFFFFF;
margin:2px;
padding:2px;
}
h1
{
font-size: 14px;
color:#FF9999;
}
h2
{
font-size: 13px;
color:#FF9999;
}
h3
{
font-size: 13px;
color:#FF9999;
}
p
{color:#FF69B4;
line-height: 1.7;font-size: 13px;
}
.f
{
font-weight: bold;
color:#5f9b9f;
border-bottom: 1px dashed #999;
}
ul
{
list-style-type: circle;
}
a:link
{
color:#FF3399;
text-decoration: underline;
}
a:active
{
color: #FF3399;
text-decoration: underline;
}
a:visited
{
color: #FF3399;
text-decoration: underline;
}
a:hover
{
color: #FF3399;
text-decoration: underline;
position:relative;top:1px;left:1px;
}
