.border
{
border:1px solid #FFB4BF;
}
.links
{
font-family:tahoma;
font-size:11px;
color:#FF8E9E;
text-decoration:none;
}
.links:hover
{
font-family:tahoma;
font-size:11px;
color:#FF8E9E;
text-decoration:underline;
}
body
{
background-color:#FFF0F0;
}
.sampletext
{
font-family:tahoma;
font-size:11px;
color:#808080;
text-decoration:none;
}
.sampletext:hover
{
font-family:tahoma;
font-size:11px;
color:#808080;
text-decoration:underline;
}
.sampletextbold
{
font-family:tahoma;
font-size:11px;
color:#808080;
font-weight:bold;
text-decoration:none;
}
.sampletextbold:hover
{
font-family:tahoma;
font-size:11px;
color:#808080;
font-weight:bold;
text-decoration:underline;
}
.pinkbold
{
font-family:tahoma;
font-size:11px;
color:#FF8E9E;
font-weight:bold;
text-decoration:none;
}
.pinkbold:hover
{
font-family:tahoma;
font-size:11px;
color:#FF8E9E;
font-weight:bold;
text-decoration:underline;
}