html, body, div,
h1, h2, h3, h4, h5, h6, p,a,
font, img, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td 
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	line-height:140%;
	}


body {
background-color:#990000;
font-family:arial;
}

/************* text formatting ***********/

p {margin:2%}; /* {margin-bottom:5px;}*/
html,body {height:100%}
/*h1 {font-size:26pt;text-align:left;padding-top:30px;font-weight:600;color:#000;}*/
h2 {text-align:center;font-size:150%;color:#990000;padding:2%;}
a:link {background-color: transparent; color:#000; text-decoration: underline;} 
a:visited {background-color: transparent; color:#000; text-decoration: underline;}
a:hover {background-color: transparent; color:#bbb; text-decoration: underline;}
a:active {background-color: transparent; color:#000; text-decoration: underline;}
a:focus{background-color: transparent; color:#bbb; text-decoration: underline;}
.temporary {text-align:center;padding:20px 0 20px 0;}
.temporary2 {text-align:left;padding:10px 0 10px 0;}
.black {color:#000;font-size:24pt;}
.subtitle {font-size:100%;font-weight:bold;font-style:italic;padding-left:125px;margin-top:10px;}
.bold {font-weight:bold;}
.price {font-weight:bold;margin-bottom:20px;}
.center {text-align:center;}
/*--end text formatting--*/



#wrapper {
background-color:#ffffff;
width:70%;
margin:20px auto;
text-align:left;
padding:0px;
border:1px solid #cccccc;
}


#content {
background-color:#ffffff;
padding:2% 4%;
}



.clear {
clear: both;
margin: 0;
padding: 0;
}




