html, body {
width: 100%;
margin: 0;
font-family: 'Trebuchet MS',Arial;
}

a {
color: #f66;
text-decoration:underline;
outline: none;
}
a:hover {
color: #f66;
text-decoration:none;
}
a:visited { color: #f66}

img { border:0; outline: none; }

h1 { color: #1f4891; font-family: Tahoma; font-size: 14px; text-align: left; margin:0; padding:0;}
h2 { color: #1f4891; font-size: 11px; text-transform: uppercase; }
h3 { color: #1f4891; font-size: 11px; font-weight: normal; text-transform: uppercase; }
h4 { color: #000; font-size: 11px; font-weight: normal; text-transform: uppercase; }
h5 { color: #000; font-size: 11px; }
h6 { color: #000; font-size: 11px; font-style: italic; }