body,table,td,tr {
color: #FFFFCC;
font-size: 15px;
font-family: verdana, arial, tahoma, sans-serif;
background-color: #444444;
text-decoration: none;
font-weight: normal;
line-height: 150%;
}

.heading {
color: #FF8C00;
font-size: 20px;
font-weight: bold;
}

A:link {
color: #FF6666;
font-size: 15px;
text-decoration: none;
font-weight: normal;
}

A:active {
color: #FF6600;
font-size: 15px;
text-decoration: none;
font-weight: normal;
}

A:visited {
color: #FF99FF;
font-size: 15px;
text-decoration: none;
font-weight: normal;
}

A:hover {
color: #FF6666;
font-size: 15px;
text-decoration: line-under;
font-weight: normal;
}