/* CSS Document */

.link1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
font-weight:none;
color:#272626;
}
.link1:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
font-weight:none;
color:#FF0000;
}

.link2{
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-decoration:none;
font-weight:none;
color:#ffffff;
}
.link2:hover{
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-decoration:none;
font-weight:none;
color:#FF0000;
}
