
H1, H2, H3, H4, H5 {color: red; font-family: arial, helvetica, sans-serif}
H1 {font-weight: bold; font-size: 200%; color: #105F75;}
H2 {font-weight: bold; font-size: 150%; color: #BFE5F6; background: #105F75;}
H3 {text-decoration: font-size: 120%; color: #359250; border-bottom: 1px solid #359250; font-style: italic;}
H4 {font-size: 100%; color: #359250; }
H5 {font-style: italic; font-size: 90%; color: blue}
BODY {background-color: #085C73; color: black; font-size: 100%; font-family: arial, helvetica, sans-serif}
p {text-align: left;}  
p.center {text-align: center;}    	
.indent {text-indent: 20px}
UL, OL {text-indent: 10px}
LI {font-size: 90%}
TT {text-indent: 20px; font-size: 110%; font-family: courier}

.small{
	font-size: 75%
}
.verysmall{
	font-size: 60%
}
.large{
	font-size: 250%;
)
.smallred{
	font-size: 75%;
	color: red;
}
div.price{
	font-size: 120%;
	color: red;
	text-align: center;
}
div.new{
	font-size: 120%;
	color: orange;
	text-align: center;
}
big {
	font-size: 125%;
}
a {
	color #105F75;
}
a:link {
	color: #105F75;
}
a:visited {
	color: #359250;
}
a:hover {
	color: #BFE5F6;
	background: #105F75;
}
a:active {
	color: BFE5F6;
}
