body {
	font: Trebuchet MS, Verdana;
    background: #99ccff url('images/elements/bg.jpg') center repeat-y;
    color: #000080;
    margin: 2px 2px;
}

p {
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
}

table {
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet MS, Verdana;
    color: #00a;
    background: none;
    font-weight: bold;
    margin: 0;
    clear:both;
}

a {
    text-decoration: underline;
    color: #0000FF
    background: none;
}

a:visited { color: #0000FF;}
a:active { color: #0000FF;}
a:hover { text-decoration: underline;}