h1 {
	color: #666666;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0;
	width: 500px;
	margin-bottom: 25px;
}

h2 {
	font-size: 1.2em;
//	text-indent: -3%;
//	font-weight: normal;
	font-variant: small-caps;
	border-bottom: 1px dashed #121212;
}

h3 {
	color: #121212;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}

p {
	line-height: 1.3em;
	text-align: justify;
}

div#header a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}

a {
	text-decoration: none;
	color: #666666;
}

a.bold {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

dt {
	margin: 15px 0 5px 0;
}

dd.comp {
	border-bottom: 1px dashed #666666;
	}
	
dl#news dt {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}