body 	
	{ 
	background-color: #ffffff; 
	font-family: arial, helvetica, sans-serif; 
	color: #616161; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	margin-left: 30px; 
	margin-right: 30px 
}

a:link 
	{ 
	color: #cc9900; 
	text-decoration: none;
}

a:visited 
	{ 
	color: #660000; 
	text-decoration: none;
}

a:hover 
	{ 
	color: #ffcc00;
	text-decoration: underline; 
}

a:active 
	{ 
	color: #ff0000;
	text-decoration: none; 
}

h2 
	{ 
	color: #cb2912; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	padding-right: 5px; 
	padding-left: 5px;
	background-color: #d7c7a6; 
	text-align: center;
	font-weight: 100; 
}

h3 
	{ 
	border: medium solid #ff0000;
	width: 400px; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	padding-right: 5px; 
	padding-left: 5px; 
}

h4 	
	{ 
	color: #cb2912; 
	padding-top: 5px; 
	padding-bottom: 8px; 
	padding-right: 5px; 
	padding-left: 5px; 
	background-color: #d7c7a6; 
	width: 100px; 
	text-align: center;
	font-weight: 100;
	font-size: 75%;
 	border-color:  #695329; 
	border-style: inset;
	border-width: thin
}

hr 
	{
	height: 2px;
    	width: 70%;
    	background: #bd371c; 
    	margin-top: 40px;
    	margin-bottom: 40px; 
}


#greeting 
	{ 
	border: none;
	font-size: large; 
}


#footer 
	{ 
	font-size: small; 
}


.newstable
	{
	width: 800px;
	border-collapse: collapse;
}


.newstext
	{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: thin;
	font-size: 90%;
	display: inline-block;
	width: 300px;
	text-align: left;
	vertical-align: middle;
}

.extratext
	{
	max-width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: thin;
	font-size: 90%;
	colspan: 2;
	text-align: left;
}


.newspix
	{
	position: relative;
	padding: 15px;
	display: inline-block;
} 












