/* CSS Document */
#anchorarea {
border-top: dotted 1px #cc0066;
padding: 5px;
font-size: 80%;
font: Verdana;
text-transform: uppercase;
color: #cc0066;
}
#anchorarea a {color: #cc0066; font-size: 70%;}
#anchorarea a:hover {color: #cc6600;}

#textarea p {
font: Arial;
font-size:13px;
color:#625E5D;
}
#textarea p a {
font: Arial;
font-size: 12px;
color: #0066cc;
border-bottom: dotted 1px #00cc66; 
}
#textarea p a:hover {
color: #00cc66;
border-bottom: dotted 1px #ff0000; 
}
#heading h1 {
color: #ff0000;
font: "Times New Roman";
font-size: 16px;
font-weight: bold;
}
#heading h2 {
color: #0066cc;
font: "Verdana";
font-size: 80%;
text-align: justify;
font-weight: bold;
line-height: 120%;
position: relative;
bottom: 0.5em;
}
#textarea h1{
font-size:14px;
color:#ff0000;
text-transform: uppercase;
font-weight:bold;
font: Tahoma; 
}
#textarea h2 {
font-size:12px;
color:#ff0000;
font-weight:bold;
font: "Verdana";
}
#textarea p strong {
color:#5A5654;
}
#textarea #italic {
color:#ff3300;
font-style: italic;
font-weight: bold;
}/* CSS Document */