P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : Red;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
}

body {
  font-family : Arial;
  font-size : x-small;
  color :: black;
  background-COLOR: white;
  scrollbar-arrow-COLOR: black;
  scrollbar-face-COLOR: white;
  scrollbar-highlight-COLOR: white;
  scrollbar-shadow-COLOR: white;
  scrollbar-3dlight-COLOR: white;
  scrollbar-track-COLOR: white;
  scrollbar-darkshadow-COLOR: white;
  } 


td  {
	font-family : Arial;
	font-size : x-small;
	color : black;
}

.tdhead  {
	font-family : Arial;
	font-size : 75%;
	color : Black;
	font-weight : bold;
}

.tdhead2  {
	font-size : 75%;
	font-weight : bold;
	font-family : Arial;
	color :: black;
}

