/* CSS Document */
.stylenalani
{ font:"Century Gothic";
font-size:13px;
color: #FFFFFF;
text-decoration:none;
}
.stylenalani:hover
{ font:"Century Gothic";
font-size:13px;
color: #FFFF00;
text-decoration: underline;
cursor: pointer;
}