/* Element Target Style Sheet */


p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}


a:link {color: #CCCCCC; text-decoration: underline;}
a:visited {color: #CCCCCC; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline;}
a:active {color: #CCCCCC; text-decoration: underline;}


