/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body{
/* font-family: "Helvetica", "Trebuchet MS", Verdana, sans-serif; */
 font-family: "Trebuchet MS", Verdana, sans-serif; 
text-align: left; font-size: 14px;
}

a {
text-decoration: none;
color: #a99190;
}


a.header {
font-size: 28px;
color: #a99190;
}


a.white {
font-size: 17px;
color: #ffffff;
}

a.white:hover {
font-size: 17px;
color: #ffffff;
background-color: #a99190;
}

td.small { font-size: 10px; color: #999999;}

h2 { font-size: 16px; }


