P
{
font-size: 12px;
color: black;
font-family: arial;
}
A:link
{
text-decoration: none;
font-weight: 200;
font-size: 12px;
color: green;
font-family: arial;
}
A:visited
{
text-decoration: none;
font-weight: 200;
font-size: 12px;
color: green;
font-family: arial;
}
A:HOVER
{
text-decoration: none;
font-weight: 600;
font-size: 16px;
color: green;
font-family: arial;
}