A:link { color:#00C
}
A:visited { color:#666
}
A:active { color:#09C
}
A:hover { color:#6C0
}

 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. 

td {font-family: arial, geneva, sans-serif; font-size: 7.8pt}

.white78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #ffffff}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #B9B4B4}

.orange78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #FF6600}

.black8 {font-family: arial, geneva, sans-serif; font-size: 8pt}
.blackbold10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	list-style-type: disc;

}
.black10bulletedlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);


}
.orangebold12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #F00;
	text-align: right;

}
.black10 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;


}
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: justify;
}
.sectionheadlines {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	text-align: left;

}
.black10italicized {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.black10boldunderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-align: left;
	text-indent: 10px;
}
.vendorlinks {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.blackbold14 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.headingunderlined14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;

}
.black10NumericalList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;

}
.orangebold12leftjustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
#tesacmm p {
	text-align: left;
	text-indent: 20px;
	white-space: normal;
}
#comparator p {
	text-align: left;
	text-decoration: none;
}
.emaillink {
}
.black10 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.black10 .black10 {
	text-align: left;
}
.blackbold10 td .blackbold10 {
	font-size: 12px;
}
