* { 
	padding: 0;
	margin: 0;
}

body { 
	font: 1em Arial, Helvetica, sans-serif;
	background: #dad;
}

;5FC6E5

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; color: #411;}
h3 { font-size: 1.1em; color: #411;}
h4 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: 0.8em; color: #fff; }
h5 { margin: 0; padding-left: 1px; padding-top: 0px; font-size: 0.8em; color: #000; }


img {
	border: 1px;
	border-color: #fff;
}

a { 
	color: #411; 
	visited: #411;
}

hr {
	color: #ffccff;
	width: 100%;
	border: 0;
	height: .1em;
}

.standardtable { 
	width: 750px;
	border-style: solid; 
	border-width: 0px; 
	color: #411;
	margin-left:auto; margin-right:auto;
}

.itemtable { 
	width: 750px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #411;
	margin-left:auto; margin-right:auto;
}

.standardtable td img {
	text-align: center;
	border: 0;
}

.previewtable { 
	width: 400px;
	border-style: solid; 
	border-width: 0px; 
}

.previewtable td img {
	text-align: center;
	border: 0;
}

.itemtable td img {
	text-align: center;
	border: 0;
}

.noborderpic { 
	border: 0; 
}

