<style type="text/css">
	b { font-weight: bold; }
	u { text-decoration: underline; }
	img { border-color: #000000; border-style:solid; }
	body {
		font-family: "Comic Sans MS";
		font-size: 18px;
		font-weight: 100;
		color: white;
		background-color: black;
	}
	h1 {
		font-family: "Comic Sans MS";
		font-size: 45px;
		font-weight: 100;
		color: Aqua;
		text-decoration: none;
		text-align: center;
	}
	h2 {
		font-family: "Comic Sans MS";
		font-size: 35px;
		font-weight: 100;
		color: #7FB23C;
		text-decoration: none;
		text-align: center;
	}
	a:link {
		text-decoration: underline;
		font-weight: bold;
		color: #AF62FF;
	}
	a:visited {
		text-decoration: underline;
		font-weight: bold;
		color: #6495ED;
	}
	a:active {
		text-decoration: underline;
		font-weight: bold;
		color: #AF62FF; }
	a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #FF8C00;
	}
	.style1 {
		font-size: smaller;
	}
	.style2 {
		font-size: 24px;
		font-weight: bold;}
	.style3 	{
		font-size: 14px;
		color: #4169E1;
		font-weight: bold;
	}
	.style4 	{
		font-size: 12px;
		color: aqua;
		align: left;
	}
	.style5 	{
		font-size: 18px;
		color: white;
		font-weight: bold;
		list-style-type: disc;
		list-style: disc outside;
		list-style-image: none;
		list-style-position: inside;
	}
</style>

