body, td, th, div, blockquote, dl, ul, ol
{
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #71070c;
	background-image: url(samo_logo-750px.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 10px;
	margin-left: 20%;
	margin-right: 20%;
}

h1
{
	background-color: transparent;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 24px;
	text-align: center;
	width: 700px;
}



a:link, a:visited
{
	padding: 5px 5px 5px 5px;
	border-left: 10px solid #663300;
	border-right: 10px solid #663300;
	background-color: #D9C69E;
	color: #663300;
	text-decoration: none;
	font-size: 16px;
}

a:hover, a:active
{
	padding: 5px 5px 5px 5px;
	border-left: 15px solid #663300;
	border-right: 15px solid #663300;
	background-color: #663300;
	color: #ffffff;
	font-size: 16px;
}

