p {  font-size: small}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #CC0033;
	margin-top: 20px;
}
.formtext {
	font-size: small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
}
h2 {
	font-size: 90%;
	color: #CC0033;
	margin-top: 20px;
}
.errmsg {
	color: #CC0033;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #CC0033;
}
.mainbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 20px;
}
.price {
	font-weight: bold;
	color: #CC0033;
}
.tabletext {
	font-size: 70%;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.carlink {
	color: #000000;
}
a.carlink:link {
	color: #000000;
	text-decoration: none;
}
a.carlink:visited {
	color: #000000;
	text-decoration: none;
}
a.carlink:hover {
	color: #CC0033;
	text-decoration: none;
}

ul {
	font-size: small;
}
.tabletext2 {
	font-size: small;
}
