A:link {
	color: #00ACBF;
	text-decoration: none;
	font-weight: 500;
	font-size: 8pt;


}
A:visited {
	color: #00ACBF;
	text-decoration: none;
	font-weight: 500;

}
A:active {
	color: #DEC3E4;
	text-decoration: none;
}
A:hover {
	color: #AA62B9;
	text-decoration: underline;
} 

 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.gif); background-repeat: no-repeat}

td {
	font-family: verdana, geneva, sans-serif;
	font-size: 8.5pt
}
.rays {
	background-image: url(images/rays.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#sideLine {
	font-family: Arial, Verdana, sans-serif;
	line-height: 14px;
}


.white78 {
	font-family: verdana, geneva, sans-serif;
	font-size: 8.5pt;
	color: #ffffff
}

.black8 {
	font-family: verdana, geneva, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.2em;

}
body {
	color: #FFFFFF;
	background-color: #1C2224;
}


.green8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #DEC3E4}
.box {
	border: thin solid #A06CAE;
}
.indent {
	text-indent: 10pt;
}
.tableline {
	background-color: #006975;
}
.tablespace {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tablebrd td{
	border: 1px solid #DEC3E4;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: center;


}
.testimonial {
	font-style: italic;
	font-weight: bolder;
	background-color: #20132a;
	display: block;
	margin-top: 8px;
	margin-bottom: 30px;
}

.watermrk {
	background-image: url(images/back2.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-color: #000000;
}
