BODY {
	color: black;
	background: white;
  }


H1 {
	font-family: sans-serif;
	font-size: large;
	font-weight: normal;
	color: "0000ff";
  }

H2 {
	font-family: sans-serif;
	font-size: large;
	font-weight: lighter;
	color: "0000ff";
  }

H3 {
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	color: "0000ff";
  }

H4 {
	font-family: sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: "0000ff";
  }



A:link {color:"0000ff"}
A:visited {color:black}
A:active {color:black}

