html, body, table {
    color: #808080;
    font: 12px/15px "Trebuchet MS";
}

input, textarea, select {
    color: #1a1a1a;
    font: 12px "Trebuchet MS";
}

a:link, a:visited {
    color: #1a1a1a;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;   
	outline: none;
}