body {
	color:	#000;
	background-color: #fff;
	font: 12px Verdana, Geneva, Helvetica, Arial, sans-serif;
	margin:	5% 12%;
	padding: 0;
	}
	
a {
	font-weight: bold;
	}
	
h1, h2, h3, h4 {
	color: #FF0000;
	background: transparent;
	margin: 15px 0 0 0;
	}

h1 {
	font-size: 300%;
	line-height: 1em;
	font-style: italic;
	}

h2 {
	font-size: 175%;
	}

h3 {
	font-size: 130%;
	}

h4  { font-size: 100% }
	
.border-black {
	border: 1px solid black;
	padding: 0px;
	}

.center {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.hilite {
	border: 1px solid red;
	padding: 5px 20px;
	}
		

/* list styles */

.decimal {
	list-style-type: decimal;
	}
	
.lower-roman {
	list-style-type: lower-roman;
	}
	
.upper-alpha {
	list-style-type: upper-alpha;
	}
	

