/* Stylesheet for Bethal */

div	{ 
	width: 1200px;
	padding: 80px;
	text-align: justify;
	background: white;
	line-height: 1.5em;
	font-size: 150%;
	margin-left: auto;
	margin-right: auto;
	align: center;
			}
body	{
	background: lightgray;}
a	{
	text-decoration: none;
	background: orange;
			}
a:hover	{
	background: darkblue; 
	color: white; 
	font-weight: bold;}
h1, h2, h3, h4, h5	{text-align: center;}
p	{indent: 2em;}
img	{padding: 10px;}
pre	{font-family: times new roman;}
footer	{text-align: center;
	width: 1200px;
	border: none;
	background: white;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 80px;}

