html {

overflow:scroll;

overflow-x:hidden;

}



body {

font-family: Trebuchet MS;
color: #424242;

}

h1 {

font-family: Trebuchet MS;
color: #424242;
font-size: 26px;

}

a.menu:link {

color: #424242;
text-decoration: none;

}

a.menu:visited {

color: #424242;
text-decoration: none;

}

a.menu:hover {

color: #cb3a2a;
text-decoration: none;

}

a.menu:active {

color: #424242;
text-decoration: none;

}


a.mail:link {

color: #cb3a2a;
text-decoration: none;

}

a.mail:visited {

color: #cb3a2a;
text-decoration: none;

}

a.mail:hover {

color: #424242;
text-decoration: none;

}

a.mail:active {

color: #cb3a2a;
text-decoration: none;

}

table#sample {
    border-color: black;
    border: dotted;
    border-width: 1px;
    border-collapse:collapse;
    font-family: Trebuchet MS;
    font-size: 11px;		

}


table#sample td {
    border-color: black;
    border: dotted;
    border-width: 1px;
    font-family: Trebuchet MS;
    border-collapse:collapse;
    font-size: 11px;

}

