body {
 	margin: 2px;
}

#cont {
 	width: 99%;
 	margin: auto 0px;
 	border: 1px solid #aaa;
 	padding: 4px;
 	background-color: #efefef;
}

#inside {
 	padding: 2px;
 	border: 1px solid #ddd;
 	background-color: #fff;
}

#header {
 	border-bottom: 1px solid #ccc;
 	padding: 2px;
}

.small {
 	font-size: 8pt;
 	font-weight: bold;
 	font-family: tahoma;
 	color: #777;
}

.hits {
	font-size: 8pt;
	font-weight: normal;
	font-family: tahoma;
	color: #777; 
}

.col1 {
 	background-color: #fff;
 	padding: 3px;
 	line-height: 16px;
 	border-bottom: 1px dotted #aaa;
 	font-family: arial;
 	font-size: 9pt;
}

a {
 	color: #800000;
 	font-weight: bold;
 	text-decoration: none;
}

a:hover {
 	color: #000;
 	font-weight: bold;
 	text-decoration: underline;
}

#footer {
 	border-top: 2px solid #000;
 	background-color: #222;
 	padding: 3px;
 	color: #fff;
 	text-align: center;
 	font-family: arial;
 	font-size: 9pt;
 	margin-top: 3px;
}

#footer a {
 	color: #ddd;
 	font-weight: normal;
}

.col2 {
 	background-color: #efefef;
 	padding: 3px;
 	font-family: arial;
 	font-size: 9pt;
 	line-height: 16px;
 	border-bottom: 1px dotted #aaa;
}

.header {
 	background-color: #800000;
 	color: #fff;
 	font-family: tahoma;
 	font-size: 10pt;
 	font-weight: bold;
 	border-bottom: 1px solid #000;
 	padding: 3px;
}

.content {
 	padding: 3px;
 	font-family: arial;
 	font-size: 9pt;
 	line-height: 15pt;
}

h1 {
 	font-family: tahoma;
 	font-size: 12pt;
 	margin: 0px;
 	padding: 0px;
	font-weight: bold;
	color: #800000;
}

h2 {
 	font-family: arial;
 	font-size: 8pt;
 	color: #333;
 	margin: 0px;
 	margin-top: 3px;
 	padding: 0px;
}

p {
 	font-family: arial;
 	font-size: 9pt;
 	line-height: 15pt;
 	margin: 0;
 	padding: 0;
}