A:link { color: #0B07AA}
A:visited { color: #0B07AA}
A:active { color: #0B07AA }
A:hover {
	color: #D40106;
	text-decoration: none;
}  

 This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. 

#blankbg {background-image: url(images/spacer_black.gif); background-repeat: no-repeat}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 110%;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #075981;
	letter-spacing: normal;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.requiredfield {
	color: #00F;
}
.subheadline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBAC13;
}

#yousenditnote {
	background-color: #FFC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #075981;
	border-bottom-color: #075981;
}

.centertable {
	border: 2px solid #999;
	margin-top: 10px;
	background-color: #FFF;
}

.saleprice {
	color: #075981;
	font-weight: bold;
}

.mostpopular {
	font-style: italic;
	color: #C30;
	text-transform: uppercase;
	font-weight: bold;
}

tr td table tr td table tr #blankbg .howitworks {
	background-color: #FFC;
	padding: 8px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #069;
	border-bottom-color: #069;
}
