/* CSS Document */

html { font-size:100.01%; }
	
body { 
	/* customize_body */ font:12px MS Sans-serif, Arial, Helvetica, sans-serif /* customize_body */
	/* customize_body */ color:#797f88; /* customize_body */
}
	
a {
	text-decoration: underline; 
	/* customize_link */color:#108de8; /* customize_link */
}

a:hover {text-decoration: none;}

/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #100;
		}
	
	blockquote {
		border:1px solid #1a1a1a; color:#fff;
		background:#383838; padding:15px 10px 10px 20px; margin:5px 0;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

