BODY {
  background:  url("/Pics/bg_bitgreen.gif");
  color: #202010;
  margin-right: 20px;
  font-family: arial, helvetica, sans-serif;
}

A.type3:link    {color:#CC3300; text-decoration:none;}
A.type3:visited {color:#CC3300; text-decoration:none;}
A.type3:active  {color:#FF9900; text-decoration:none;}
A.type3:hover   {color:#009966; text-decoration:overline underline;}

a {
    color: #303070;
	text-decoration: none;
	font-weight: bold;
}

/*
     :link[target="_blank"], :visited[target="_blank"],
     :link[target="_new"],   :visited[target="_new"] {
        cursor:  move;
     }
     a[href^="javascript:"] {
        cursor: move;
     }
*/

OL LI {
    list-style-type: lower-roman;
}

UL LI {
    list-style: square;
	margin-left: -1em;
}

.reverse {
	color: white;
	background: #4A5231;
	text-align: center;
}

H1, H2, H3, H4, H5, H6 {
    text-align: center;
	background: #C0DCC0;
	color: #4A5231;
	border: red;
	border-style: groove;
	padding-left: 10;
	padding-right: 10;
	margin: 0;
}

H1 { border-width: 6;}
H2 { border-width: 4;}
H3 { border-width: 2;}

H4, H5, H6 {
    border: none;
	text-align: left;
}

  A:link { color: blue }
  A:visited { color: maroon }
  A:active { color: fuchsia }

/*
.nonsense {
		background: white;
		background-color: #ffcf88;
		border: none;
		border: solid red;
		border: solid rgb(255,165,0);
		border: solid thin;
		border-top: solid;
		border-top-width:    2;
		border-bottom-width: 2;
		border-left-width:   2;
		border-right-width:  2;
		border-style: solid double groove ridge inset outset;
		color: #000000;
		color: maroon;
		cursor: hand;
		display: block;
		display: inline;
		font-family: arial, helvetica, sans-serif; 
		font-family: helvetica, arial;
		font-family: monospace;
		font-family: MS Sans serif, Verdana, Arial, sans-serif;
		font-family: times, arial, helvetica, sans-serif;
		font-family: Verdana, Arial, Helvetica;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 10pt;
		font-size: 10px;
		font-size: small;
		font-style: bold;
		font-style: italic;
		font-style: normal;
		font-weight:bold;
		left: 30px;
		list-style: decimal;
		list-style: disc;
		list-style-type: none;
		margin: 0;
		margin: 1em 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-left: 1em;
		margin-right: 0;
		margin-top: 0;
		padding: 1em;
		position: relative; 
		text-align: center;
		text-align: left;
		text-decoration: none;
		white-space: pre;
		width: 100%;
	}
*/
