/* CSS Document */


td {
    font-family: "Gill Sans", "Trebuchet MS", Verdana;
    color:  #1F1F1F;
} 

a {
    color: #333366;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
	text-decoration: underline;
}
