BODY {
position : absolute; 
top : 0; 
left : 0; 
margin : 0; 
padding : 0; 
color : #000; 
background-color:inherit;
} 

#content {
	padding-right : 15px;
	padding-bottom : 15px;
	padding-top : 15px;
	text-align : justify;
	padding-left : 15px;
	top : 0;
	left : 0;
	font-size : 1em;
	color : #000000;
	background-color:inherit;
	line-height : 1.5em;
	margin-top: 63px;
} 

DIV {
border-top-style : none; 
border-right-style : none; 
border-left-style : none; 
border-bottom-style : none; 
} 

#header {
	background-image:   url("STLogo.gif");
	background-repeat: no-repeat;
	height: 52px;
	border-bottom-style: double;
	border-bottom-color: #003399;
	position: absolute;
	width: 99%;
	left: 0px;
	top: 0px;
} 


#content li {
line-height : 1.2em; 
list-style-image : url(bullet1.gif); 
list-style-position : outside; 
margin-bottom : 10px; 
} 

	/* 
#content a:hover {
text-decoration : underline; 
	color: fuchsia;
} */
	/* 
#content a:link {
color : #005fa9; 
background-color:inherit;
text-decoration : none; 
} */
	/* 
#content a:visited {
color : #660066;
background-color:inherit;
text-decoration : none; 
} */

A:link{
	color:#005fa9; 
}
A:visited{
	color:#660066;
}
A:active{
	color:#008080;
}
A:hover{
	color: fuchsia;
	background-color: white;
	background-repeat: repeat;
	text-decoration : underline; 
	/* border-bottom: 1px solid; */
	/* border-bottom: 1px dashed;*/
	background-attachment: scroll;
	cursor: hand;
	background-position: 0% 50%
}

#content .imagelegend {
font-size : 0.8em; 
margin-bottom : 10px; 
line-height : 1em; 
} 

HTML {
padding : 0; 
margin : 0; 
color : #000; 
background-color:#FFFFFF;
font-family : monospace;
border-bottom-color : #000000; 
} 


H1, H2, H3 {
font-family : monospace;
color : #003399; 
} 
H1 {
font-size : 120%;
} 

H2 {
font-size : 110%;
} 

H4 {
margin-top : 0; 
font-family : monospace;
} 

.navbtns {
	position: absolute;
	right: 15px;
	top: 15px;

}

.Bottomnavbtns {
	position: absolute;
	right: 0px;
}

.bottom {
	border-color: #003399;
	border-top-style: double;
	position: absolute;
	width: 95%;
	font-size: 0.8em;
    line-height : 2em; 
}
.Titles {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #003399;
	position:absolute;
	left: 80px;
	margin-bottom: 15px;
	top: 15px;
	font-size: 1.2em;
}
.cmdtable {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	text-align: left;
	line-height: 1.2em;
}

.cmdtable ul {
	padding : 0;
	list-style-type : none;
	margin-top: 0px;
} 


