@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 8px 8px 8px 0px;
	text-align:left;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}
h2 {
	font-weight:bold;
	font-size:14px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.strike {
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}
.important {
	font-size: 14px;
	font-weight: bold;
	margin-left:20px;
}

.location {
	margin-left:20px;
}.announce {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	font-size: 14px;
}
.sale {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

img {
        border:0;
}
