/* CSS Document: Format_Terry_Articles */
body, div, img, table, tr, td, {
    margin:0px;
	padding:0px;
	border:0px none;
}

body {
    background-color:#000000;	
    text-align: center;
}

#wrapper {
	width:800px;
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}	
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.name_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.margins {
	margin-top: auto;
	margin-right: 10%;
	margin-bottom: auto;
	margin-left: 10%;
}
.divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
}
.article_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
} 
ol li {list-style-type:decimal}
ol ol li {list-style-type:upper-alpha}
ol ol ol li {list-style-type:lower-alpha}
ol ol ol ol li {list-style-type:lower-roman}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

