A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
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: 7.8pt; color: #858E81}

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

.maroon78 {
	font-family: verdana, geneva, sans-serif;
	font-size: 16pt;
	color: #680303
}
.maroon8 {font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #680303}

.blue78 {
	font-family: verdana, geneva, sans-serif;
	font-size: 12pt;
	color: #25479E;
	font-weight: bold;
}

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









.slog1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1pt;
	word-spacing: 1em;
	line-height: 2em;
	text-align: right;
}
.hometxt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
#desc1 a:hover {
	color: #060;
	text-decoration: underline;
}

.moretxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
#desc1 a {
	color: #C00;
}

.contacttxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
}
.migborder {
	border: 2px solid #9C3;
}
.innertxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}

