@charset "utf-8";

body {
	background-color: #33CCCC;
	}

h1 {
	color: #006;
	font-family: Times, serif;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	color:#006;
	font-family:Times, serif;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
	}

h3 {
	color:#006;
	font-family:Times, serif;
	font-size:24px;
	font-weight:bold;
	}
	
