@charset "UTF-8";
/* CSS Document */

#content A {
	font-size:58px;
	display:block;
	width:455px;
	background:#fff;
	text-decoration:none;
	padding:12px 0px 14px 5px;
	line-height:55px;
	letter-spacing:-2px;
	color:#aa0001;
	font-weight:bold;
	/* margin-top:10px;*/
}
#content A:hover {
	background:#900;
	color:#FFF;
	text-decoration:none;
}

.contact P {
	color:#333;
	line-height:1.2em;
}

.contact EM {
	font-style:normal;
	color:#000;
	font-weight:bold;
}

.contact A {
	font-weight:normal!important;
}

.contact STRONG {
	color:#900;
}

#sidebar A {
	color:#FFF;
	background:#666;
	padding:0px 1px;

}

#sidebar A:hover {
	background:#aa0001;
	text-decoration:none;
}