/* CSS Document */
#contenttxt a:link{
color:#CD0101;
text-decoration:none
}
#contenttxt a:visited{
color:#CC9900;
text-decoration:none;
}
#contenttxt a:hover{
color:#E95B32;
text-decoration:underline;
border-bottom:none;
}