body {
	font-family : verdana, arial, sans-serif;
	
	margin : 0px; 
	}

h1,h2,h3 {
	color : purple;
}	
	
h1 {
	font-size : 125%;
}

h2 {
	font-size : 100%;
	margin-top : 2em;
	
}

h2 a, h2 a:hover {
 border-bottom : 0px;
}

h3 {
    font-size: 85%;    
}
p,li {
	font-size : 95%;
	line-height : 1.6em;
}

legend {
	font-weight : strong;
	padding : .5em;
}
	
.topright { 
	background-image : url(/img/bg_top_right.gif);
}
	
.topleft { 
	background-image : url(/img/bg_top_left.gif);
}
	
.sidebar {
	margin : 6px;
	background : #ffddff;
	padding : 6px;
}
	
.footer {
	font-size : 80%;
}

.content {
	padding : 16px;
}

.question {
	font-style : italic;
}
.caption {
	margin : 0px 16px 0px 8px;
	font-size : 80%;
	font-style : italic;
	}
.required {
	color : #cc0000;
}

.price {
	font-size : 80%;
	font-weight : bold;
	
}

.small {
	font-size : 80%;
}

.smallest {
	font-size : 70%;
}


.product {
	padding : 12px 6px 0px 12px;
	color: purple;
}
