/* Formatting for  Articles */
body, div, img, table, tr, td, {
    margin:0px;
	padding:0px;
	border:0px none;
}

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

#wrapper {
	width:800px;
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border:5px solid #000000
}	
.title_text {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	color:#000000;
}
.article_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #221elf;
}
.margins {
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto; 
	margin-left: 20px;
}
a       { 
    color:#C30003; 
	text-decoration: none;
	font-weight:bold;
}

a:hover {
    color: #000000;
	text-decoration:underline;
	font-weight:bold;
} 
h1 {
   font-size: 24px;
}   
