/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 76%;
        line-height: 1em;
		color: #333333;
	}
	div {
		font-size: 1em;
		margin:0;
		padding:0;
	}
	img {
		border: 0;
	}
	
/* LINKS */
/*
	a,
	a:link 
	a:active {
		color: blue;
		background-color: white;
		text-decoration: underline;
	}

	a:visited {
		color: red;
	}
*/
	a {
	  color:#9A002C;
	}
	a:hover {
        color: black;
        background-color: transparent;
	}
/* END LINKS */
	
/* HEADINGS */
/* END HEADINGS */

/* TEXT */
	blockquote {
/*		border-left:10px solid #ddd; */
		margin-left:10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
/* END LISTS */
	
	
/* TABLE */
/* END TABLE */	
	
	hr {
		display: none;
	}
	div.hr {
		height: 1px;
		margin: 1.5em 10px;
		border-bottom: 1px dotted black;
	}
	
/* END TYPOGRAPHY */	
