A:link {
	color: green; 
	font-family: "Verdana", "Arial";
	text-decoration:none
	}

A:visited {
	color:yellow; 
	font-family: "Verdana", "Arial";
	text-decoration:none
	}

A:hover {
	font-family: "Verdana", "Arial";
	color: blue; 
	text-decoration:none
	}

A:active {
	color: red;
	font-family: "Verdana", "Arial"
	}

SPAN.navbarlink A:hover{
	background: black;
	font-family: "Verdana", "Arial";
	color:yellow;
	text-decoration:none
	}

SPAN.sidebarlink A:hover{
	background: black;
	font-family: "Verdana", "Arial";
	color:yellow;
	text-decoration:none
	}

SPAN.maintablelink A:link{
	font-family: "Verdana", "Arial";
	color:green;
	font-size: xx-small;
	text-decoration:none
	}

SPAN.maintablelink A:visited{
	font-family: "Verdana", "Arial";
	color:green;
	font-size: xx-small;
	text-decoration:none
	}

SPAN.maintablelink A:hover{
	font-family: "Verdana", "Arial";
	color:blue;
	font-size: xx-small;
	text-decoration:none
	}

SPAN.facename{
	font-family: "Arial", "Verdana";
	color: yellow;
	font-size: x-small;
	font-weight=bold
	}

SPAN.paratitle{
	font-family: "Arial", "Verdana";
	color: blue;
	font-size: small;
	font-weight=bold
	}

SPAN.emailaddr{
	font-family: "Verdana", "Arial";
	font-size:x-small;
	color: black; 
	text-decoration:none
	}

LI	{
	color:blue;
	font-family: "Arial", "Verdana";
	text-indent: 35pt;
	}


P 	{
	color:blue;
	font-family: "Arial", "Verdana";
	text-indent: 15pt;
	}

P.navbar{
	line-height:200%;
	font-family: "Arial", "Verdana";
	font-size:x-small;
	text-align:left;
	background:green;
	color:yellow
	}
<!--  for P.navbar, may want to later use:  letter-spacing:2pt; -->

P.sidebartext{
	font-family: "Arial", "Verdana";
	color:yellow;
	font-size:x-small
	}

P.sidebardiv {
	color: yellow;
	line-height:200%;
	background:green
	}

H1 {
	font-family: "Verdana", "Arial";
	text-align: center;
	text-transform: uppercase;
	color:blue
	}

H2 {
	font-family: "Times New Roman", "Verdana", "Arial";
	text-align: center;
	color:green
	}

H4 {
	font-family: sans-serif, "Times New Roman", "Verdana", "Arial";
	text-align: center;
	color: blue
	}

H5 {
	font-family: sans-serif, "Times New Roman", "Verdana", "Arial";
	text-align: center;
	color: green
	}

H6 {
	font-family: sans-serif, "Times New Roman", "Verdana", "Arial";
	text-align: center;
	color: red
	}

TABLE.maintable {
	position: absolute;
	left:125
	}
	
SPAN.domainref {
	color: yellow;
	font-size: x-small;
	font-weight: bold
	}

