/* CSS Document */
body { 
    background-color: #006699;
}
body, td {
    font-family: "Trebuchet MS", "Verdana", "Arial", "Tahoma", sans-serif;
    font-size: 10pt;
}
tt, pre {
    font-family: monospace;
}
a {
    text-decoration: none;
    color: #0033ff;
}
a:hover {
    text-decoration: underline;
}
a:visited {
	color: #3a61ff;
}
.shadowed {
	font-size: 10pt;
	background: #CCCCCC;
}
.meta {
    font-size: 8pt;
}
.index {
    font-size: 8pt;
}
.caption, .index {
    color: #000000;
}
.comments {
    font-size: 8pt;
}
h1 {
    font-size: 10pt;
}


