A:link {

      text-decoration: underline;
}

A:visited {
      text-decoration: underline;
}

A:active {
      text-decoration: underline;
}


BODY {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 10%;
	margin-right: 10%;
	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: #004099;
}
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%;
}
