/* CSS Document */

/* Content panel formatting */
div#content {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }

p.justify { 
	font-size: 15px; 
	line-height:1.1; 
	text-align: justify; 
	color:#000000;
	padding: 0px 10px;
}

div#content h1 {
	line-height:1;
	font-size: 18px;
	color: #AB2730;
	font-variant: small-caps;
	text-align:center;
}
div#content a{
	text-decoration: none;
	color: #AB2730;
	font-weight: bold;
	font-variant: small-caps;
}

div#content a:hover {color: #39628B;}