.textlink a:link 
{text-decoration: underline;
 color: 660066;
 font-family: lucida sans;
 font-size: 14px;
 font-weight: bolder;
}

a:focus {
color: red;
text-decoration: underline;}

.textlink a:active 
{text-decoration: underline;
 color: ff0033;
 font-family: lucida sans;
 font-size: 14px;
 font-weight: bold;
}

.textlink a:visited 
{text-decoration: underline;
 color: 996699;
 font-family: lucida sans;
 font-size: 14px;
 font-weight: bold;
}

.textlink a:hover 
{text-decoration: none;
 color: white;
 font-family: lucida sans;
 font-size: 14px;
 font-weight: bolder;
 background-image: url(linkbg.jpg);
 background-position: bottom;
 background-repeat: repeat;
}

.button a:link 
{text-decoration: none;
 color: black;
 font-family: papyrus,lucida sans;
 font-size: 10px;
 font-weight: bolder;
}

.button a:active 
{text-decoration: none;
 color: ff0033;
 font-family: papyrus, lucida sans;
 font-size: 10px;
 font-weight: bolder;
}

.button a:visited 
{text-decoration: none;
 color: black;
 font-family:  papyrus, lucida sans;
 font-size: 10px;
 font-weight: bolder;
}

.button a:hover 
{text-decoration: none;
 color: white;
 font-family: papyrus, lucida sans;
 font-size: 11px;
 font-weight: bolder;
 background-image: url(flowerbuttong.jpg);
 background-position: center center;
 background-repeat: no-repeat;
}


.mission a:link 
{text-decoration: underline;
 color: white;
 font-family: lucida sans, sans serif;
 font-size: 9px;
 font-weight: normal;
}

.mission a:active 
{text-decoration: none;
 color: ff0033;
 font-family: lucida sans, sans serif;;
 font-size: 9px;
 font-weight: normal;
}

.mission a:visited 
{text-decoration: none;
 color: 996699;
 font-family: lucida sans, sans serif;;
 font-size: 9px;
 font-weight: normal;
}

.mission a:hover 
{text-decoration: none;
 color: white;
 font-family: lucida sans, sans serif;;
 font-size: 9px;
 font-weight: normal;
 background-image: url(linkbg.jpg);
 background-position: bottom;
 background-repeat: repeat;
}



.biglink a:link 
{text-decoration: underline;
 color: 9966cc;
 font-family: lucida sans, sans serif;
 font-size: 17px;
 font-weight: bold;
}

.biglink a:active 
{text-decoration: none;
 color: ff0033;
 font-family: lucida sans, sans serif;;
 font-size: 17px;
 font-weight: bold;
}

.biglink a:visited 
{text-decoration: none;
 color: 996699;
 font-family: lucida sans, sans serif;;
 font-size: 17px;
 font-weight: bold;
}

.biglink a:hover 
{text-decoration: none;
 color: white;
 font-family: lucida sans, sans serif;;
 font-size: 17px;
 font-weight: bolder;
 background-image: url(stripe.jpg);
 background-position: center center;
 background-repeat: repeat;
}

