#content {
	margin-left: 200px;
	padding-top: 2.8em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em; 
}


#content h1 {
	padding-top: 0.5em;
	line-height: 1.2em;
	font-size: 2.2em;
	font-weight: normal;
   	margin-bottom: 0.5em;
}
#content h2 { margin: 0 0 .5em 0; }


#content a {
    	color: blue;
    	text-decoration: none;
}

#content a:visited {

    	color: #870052;
    	text-decoration: none;
}

#content a:hover {
    	color: #0000ff;
    	text-decoration: underline;
}


#content_wide {
	padding-top: 2.8em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
      font-size:120%; 
}



#content_wide h1 {
	padding-top: 0.4em;
	line-height: 1em;
	font-size: 1.8em;
	font-weight: normal;
   	margin-bottom: 0.4em;
}

#content_wide h2 { margin: 0 0 .5em 0; }

#content_wide a {
    	color: blue;
    	text-decoration: none;
}

#content_wide a:visited {

    	color: #870052;
    	text-decoration: none;
}

#content_wide a:hover {
    	color: #0000ff;
    	text-decoration: underline;
}



