.link1 {
     font-family: Verdana, Tahoma;
     font-size: 16px;
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: underline;
     cursor: pointer;
}
.link1:link {
     color: #FFFFFF;
}
.link1:hover {
     color: #FFFFFF;
     text-decoration: none;
}

.link2 {
     font-family: Verdana, Tahoma;
     font-size: 13px;
     color: #FFFFFF;
     text-decoration: underline;
     cursor: pointer;
}
.link2:link {
     color: #FFFFFF;
}
.link2:hover {
     color: #FFFFFF;
     text-decoration: none;
}

.link3 {
     font-family: Verdana, Tahoma;
     font-size: 13px;
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: underline;
     cursor: pointer;
}
.link3:link {
     color: #FFFFFF;
}
.link3:hover {
     color: #FFFFFF;
     text-decoration: none;
}