
H1 	{
	font-size: 52px;
	color: #006600
	}

H2 	{
	font-size: 36px;
	color: #006600;
	}

H3	{
	font-size: 26px;
	color: #006600;
	}

H4	{
	font-size: 20px;
	color: #006600;
	font-weight: bold
	}

body	{
	background-color:#FFFFCC;
	font-size:18px;
	color: #000000;
	font-family:"Times New Roman"
	}	

a: {text-decoration: underline;}

a:link {color: black;}

a:visited {color: green;}

a:active {color: blue;}

a:hover {color: #FF9900;}
