body {
	background-color: #ad080b;
	font-family: "Comic Sans MS";
	color: #FFFF00;
}

h1 {
	font-size:26.0pt;
	text-decoration: none;
        text-align:center;
}

h2 {
	font-size: 14pt;
	text-decoration: none;
	text-align:center;
}
p.st {
	font-size: 11pt;
	font-style: bold;
	text-decoration: underline;
}

p {
	font-size: 11pt;
	text-decoration: none;
}

h4 {
	font-size: 26pt;
	text-decoration: none;
}
h3 {
	font-size: 12pt;
	font-style: bold;
	text-decoration: underline;
}
ul {
	list-style-type:circle;
	font-size: 11pt;
	text-decoration: none;
}
a {
	font-size: 11pt;

}
a:link     {color:white}
a:visited  {color:yellow}
a:hover    {color:black}
a:active   {color:orange}

