/* @override http://dev.mvdataplates.com/mvdataplates.css */

body {
	width: 790px;
	margin: 0 auto;
	background-color: #4F4628;
	color: white;
	padding: 20px;
}

img.footerright {
	float: right;
}

img.displayed {
	display: block;
	margin: 0 auto;
}

h2 {
	text-align: center;
	font-size: 24pt;
}

h3 {
	text-align: center;
	font-size: 18pt;
}

a:link {
	color: white;
}
a:visited { 
	color: white;
}
a:hover { 
	color: white;
	}
a:active { 
	color: white;
}

html {
/* 	background: #4F4628 url(/images/shadow.jpg) repeat-y fixed center; */
	background: #4F4628;
}