a:link	    { color: blue; text-decoration: none; }
a:visited   { color: #c02020; text-decoration: none; }
a:hover     { color: blue; text-decoration: none; }
a:active    { color: red; text-decoration: none; }

.mainBorder { 
	border-top: #8080ff solid 2px;
	border-left: #0d0dff solid 2px;
	border-right: #c1c1ff solid 2px;
	border-bottom: #0000c6 solid 2px; 
}
.itemBorder { 
	border-top: black solid 1px;
	border-left: black solid 1px;
	border-right: black solid 1px;
	border-bottom: black solid 1px; 
}
.sysBorder { 
	border-top: blue solid 1px;
	border-left: blue solid 1px;
	border-right: blue solid 1px;
	border-bottom: blue solid 1px; 
}
.netBorder { 
	border-top: green solid 1px;
	border-left: green solid 1px;
	border-right: green solid 1px;
	border-bottom: green solid 1px; 
}
.devBorder { 
	border-top: #a0500a solid 1px;
	border-left: #a0500a solid 1px;
	border-right: #a0500a solid 1px;
	border-bottom: #a0500a solid 1px; 
}
.dbmsBorder { 
	border-top: orange solid 1px;
	border-left: orange solid 1px;
	border-right: orange solid 1px;
	border-bottom: orange solid 1px; 
}

.itemText { text-decoration: none; color: #0000FF; font: 11px Verdana, Helvetica  }

