body, td, tr {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	cursor: default;
	color: #666;
}

body {
	margin: 5px;
	padding: 5px;
	background: #fff;
	color: #666;
}

a:active, a:visited, a:link {
	color: #446488;
	text-decoration: none;
}

a:hover {
	color: #00004f;
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 12px;
	color: #ccc;
	border-bottom: solid 1px #f7f7f7;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.header {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
}

.code {
	border: #f7f7f7 1px solid;
	padding: 5px;
	background: #f7f7f7;
	margin: 10px;
	font-family: Andale Mono, Courier;
	line-height: 15px;
	font-size: 11px;
}

p {
	text-align: justify;
}