.link_one:link
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 9pt; 
    color: #000000
}
.link_one:visited
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 9pt; 
    color: #000000
}
.link_one:hover
{
    color: red;
}
.link_one:active
{
    color: red;
}

.link_two:link
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none; 
    font-size: 9pt;
    color: #0000DD;
}
.link_two:visited
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none; 
    font-size: 9pt; 
    color: #0000DD;
}
.link_two:hover
{
    color: red;
    text-decoration: underline; 
}
.link_two:active
{
    color: red;
}

.link_three:link
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 9pt; 
	color: #000000;
}
.link_three:visited
{
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline; 
    font-size: 9pt; 
    color: #000000
}
.link_three:hover
{
    color: red;
}
.link_three:active
{
    color: red;
}