/* CSS Document */
.fix {font-family: verdana, arial, helvetica; font-size: 10px; color: green;}
.button {font-family: tahoma, verdana, arial, helvetica; font-size: 10px; height: 22px; width: 70px;}

A:link {color:#0078C0;font-weight:bold; font-size:9pt}
A:visited {color:green;font-weight:bold; font-size:9pt}
A:hover {background:#FFFF00;color:red;font-weight:bold; font-size:9pt}
A:active {color:blue;font-weight:bold; font-size:9pt}
a:focus { color : black; }
<!--</ style>-->
<!-- A {text-decoration:none;}  -->

UL {
	background: green;
	margin: 12px 12px 12px 12px;
	padding: 3px 3px 3px 3px
	}						/* no borders set */
LI {
	color: black;
	border-color: lime;
	border-width: thin;  /* sets border width on all sides THIN-MEDIUM-THICK-VALUE*/
	border-style: outset;	/* NONE-HIDDEN-DOTTED-DASHED-SOLID-DOUBLE-GROOVE-RIDGE-INSET-OUTSET */
	background: 999;         /* gray = gray 999 = light gray*/
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 12px;	/* 0px padding right - TOP-RIGHT-BOTTOM-LEFT */
	list-style: none		/* none = no glyphs before a list item - square */
	}						/* no borders set */


