/* CSS Document */

body {
	background-color: #F8C427;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 6pt;
}

.sidebar {
	float: left;
	font-weight: bold;
	padding:12px;
	text-align:right;
	line-height:1.5;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover {
	font-size:14pt;
	color: #0066CC;
	font-weight:bold;
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.content a:link, .content a:visited, .content a:active, .content a:hover {
	color: #0066CC;
	font-weight:bold;
	text-decoration:underline;
}

.content a:hover{
	text-decoration:none;
}

.content {
	padding: 10px;
	font-size:10pt;
}

.header {
	text-align:center;
	font-size:30pt;
	font-weight:bold;
}

h1 {
	text-align:right;
	font-size: 20pt;
	font-weight: bold;
}
