A:link {
	color: #FF0000;
	text-decoration: underline;
}
A:visited { color: #0B07AA }
A:active { color: #FF0000}
A:hover { color: #D40106 } 

 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: verdana, geneva, sans-serif;
	font-size: small;
}
.blue {
	font-size: xx-large;
	font-weight: bold;
	color: #0000CC;
}
.blackxx {
	font-family: verdana, geneva, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.lightbluexx {
	font-family: verdana, geneva, sans-serif;
	font-size: xx-small;
	color: #33CCCC;
}

.tablewborder {
	border: thin solid #800080;
}
h1 {
	font-family: verdana, geneva, sans-serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	color: #BD0084;
}
	
	
h2 {
	font-family: verdana, geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #BD0084;

}
h3 {
	font-family: verdana, geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: lighter;
	color: #BD0084;
}
h4 {
	font-family: verdana, geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
	color: #BD0084;
}
h5 {
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #BD0084;
}
h6 {
	font-family: verdana, geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	color: #BD0084;
}
p {
	color: #BD0084;
}

.para1 {
	color: Navy;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.para2 {
	color: Teal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.para3 {
	color: #6698CC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

ul {
	color: #6698CC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/**************** From SiteAssist template.css Content Classes MLPSA site*****************/
td.featuredTL {
  background-image: url(../images/Featured_TL.gif);
	width: 9px;
	height: 9px;
}

td.featuredT {
  background-image: url(../images/Featured_T.gif);
	height: 9px;
}

td.featuredTR {
  background-image: url(../images/Featured_TR.gif);
	width: 9px;
	height: 9px;
}
td.featuredL {
  background-image: url(../images/Featured_L.gif);
	width: 9px;
}
td.featuredBody {
	color: #173232; /* Text Dark */
	font-size: 10px;
}
td.featuredR {
	background-image: url(../images/Featured_R.gif);
	width: 9px;
}
td.featuredBL {
  background-image: url(../images/Featured_BL.gif);
	width: 9px;
	height: 9px;
}
td.featuredB {
  background-image: url(../images/Featured_B.gif);
	height: 9px;
}

td.featuredBR {
  background-image: url(../images/Featured_BR.gif);
	width: 9px;
	height: 9px;
}
