BODY {
        font-family: "verdana", "nimbus sans l", "helvetica";
	background-color: #6699cc;
        margin: 1px;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

TD {
        font-size: 13px;
}

P {
        font-size: 13px;
}

.framelink:link {  color: #FFFFFF }
.framelink:visited {  color: #FFFFFF }
.framelink:hover { color: #FF0000 }

.glossary { 
	color: green;
	border-bottom: 1px dotted green;
}
.glossary:link { 
	color: green;
	border-bottom: 1px dotted green;
}
.glossary:visited { 
	color: green;
	border-bottom: 1px dotted green;
}
.glossary:hover { 
	color: red; 
	border-bottom: 1px dotted red;
}

