body {
	background-color: #33ccff; 
	font-size: large;
}


h1 { font-family: Arial, Helvetica, sans-serif; font-size: 400%; margin : 0 0 0 0; }
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 150%; margin: 0 0 0 0; }
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 140%}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 130%}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 120%}
h6 {  font-family: Arial, Helvetica, sans-serif; font-size: 110%}

A:link {
	font-weight : bold;
  	text-decoration: none;
}

A:visited {
	font-weight : bold;
  	text-decoration: none;
}

A:active {
  	color: blue;
	font-weight : bold;
  	text-decoration: none;
}

A:hover {
  	color: blue;
	font-weight : bold;
  	text-decoration: none;
}

