
a:link {

font-family: Georgia;

color: #00CC00;

text-decoration: none;


}

li :link {

color: #00CC00;

text-decoration: none;


font-family: Georgia;
}

a:visited {

color: #00CC00;

text-decoration: none;


font-family: Georgia;
}

li a:visited {

color: #00CC00;

text-decoration: none;

font-family: Georgia;

}

a:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;


text-decoration: none;
font-family: Georgia;

}

li a:hover {

display: block;

color: rgb(0, 96, 255);

padding-bottom: 5px;


border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;
font-family: Georgia;
}

a:active {

color: rgb(255, 0, 102);

font-family: Georgia;
} 
