@charset "iso-8859-1";

body {
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: black;
	font-style: normal;
	line-height: 25px;
	background-color: #CCCCCC;
}
h2 {font-size: 24px; font-weight: bold; color: blue; font-style: normal; line-height: normal; text-decoration: none }
h3 {font-size: 18px; font-weight: bold; color: red; font-style: normal; line-height: normal; text-decoration: none}
h4 {font-size: 18px; font-weight: bold; color: green; font-style: normal; line-height: normal; text-decoration: none }
h5 {font-size: 18px; font-weight: bold; color: black; font-style: normal; line-height: normal; text-decoration: none }
h6 {font-size: 12px; font-weight: bold; color: navy; font-style: normal; line-height: normal; text-decoration: none }
