A:link {

      text-decoration: none;
}

A:visited {
      text-decoration: none;
}

A:active {
      text-decoration: none;
}

a:hover { color: #D98F68;
          text-decoration:none }

BODY {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
	color: black;
	background-color: white;
}

P {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin-top: 3pt;
	margin-bottom: 3pt; 

}

.notice {
	border: 1pt;
	border-style: solid;
	border-color: silver;
	margin-left: 12pt;
	margin-right: 12pt;
	padding: 3pt;
      
}

H1, H2, H3 {
	font-family: Tahoma, Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #D88F10;
}
H2 {	margin-top: 36pt; }
H3 {	margin-top: 12pt; }


PRE {
	font-family: Courier New, Courier, monospace;
	margin-left: 12pt;
}

TT { font-family: Courier New, Courier, monospace; }

STRONG {
	
	color: black;
	background-color: #99ffff;
	font-weight: normal;	
	font-style: normal;

}

EM {
	color: black;
	background-color: #ffff66;
	font-weight: normal;	
	font-style: normal;
}

IMG.left {
      margin-left: -4%;
}

IMG.right {
      margin-right: -4%;
}