/* CSS Document */

body {
padding: 0;
margins: 0;
font-family:"Trebuchet MS";
font-size:12px;
color:#003366;
background-image:url(images/background.jpg);
}

.quotes {
line-height: 1em;
}

td, th{
font-family:"Trebuchet MS";
font-size:12px;
line-height: 13px;
color:#003366;
}

a {
outline: none;
}

a:link {
text-decoration:none;
color: #000066;
}

a:visited {
text-decoration:none;
color:#000066;
}

a:hover {
color:#FF6600;
text-decoration:underline;
}

a:active {
color:#FF6600;
text-decoration:underline;
}


h2
{
padding:0;
margin-top: -13px;
margin-bottom:0px;
line-height:1.8em;
}

blockquote {
margin-left: 28px;
}