body {

	font-size: 12pt;
	text-align: center;
	font-style: italic;
	color: #60F;


  
  }
  
  a:link {
	color: #0F0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #F00;
}
  
h1 {
	font-style: italic;
	font-weight: normal;

    font-size: 12pt;
	text-align: center;
}
    
h2 {
	font-weight: bold;
		font-color: green;

	font-style: italic;
    font-size: 16pt;
	text-align: center;

}

h3 {
	font-weight: bold;
	font-style: italic;
    font-size: 28pt;
	text-align: center;

}

h4 {
	font-weight: bold;
	font-style: italic;
    font-size: 32pt;
	text-align: center;

}

h5 {
	font-weight: normal;
	font-style: italic;
    font-size: 5pt;
	text-align: center;

}

h6 {
	font-weight: normal;
	font-style: italic;
    font-size: 8pt;
	text-align: center;

}


  
