HTML {
	font-size: medium;
}

P,TEXTAREA, INPUT {
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
}

TD,TR,TABLE,DL,DD,DT,CITE {
	font-size : 10pt;
	background-color : white;
	font-family : Arial, Helvetica, sans-serif;
}

BODY{
	margin-left : 5%;
	margin-right : 5%;
	margin-top : 20px;
	background-color : white;
	font-size : 70%;
	font-family : Arial, Helvetica, sans-serif;
}

UL,LI{
	list-style-type: disc;
	color: Black;
}


A:ACTIVE { text-decoration : underline;  color : black;  }
A:VISITED  {  text-decoration : none; color : black;  }
A:HOVER { text-decoration : underline;  color : Black;  }
A:LINK { text-decoration : none;  color : black;  }

H1  {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	font-size : 160%;
	color: Black;
}

H2, H3, H4, H5  {
	font-size: 120%;
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
}

.H_iso {
	font-size: 180%;
	font-weight: 600;
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
}

.copyright { 
	text-align : center;
	font-size : 70%;
	font-family : Arial, Helvetica, sans-serif;
}

HR {
	color: Black;
}