BODY 	 {
	background:black;
	margin:10px;
	font-size:8pt;
	color:white
}

H1 	 {
	text-align:center;
	letter-spacing:1pt;
	color:yellow;
	background:black;
	font-weight:bold;
	font-style:italic;
	font-size:large
}

H2	 {
	text-align:center;
	color:white;
	background:black;
	width:10%;
	font-size:x-small;
	letter-spacing:5pt;
	border-style:outset;
	border-color:red;
	border-width:medium;
	padding:10px
}

H3 {
	text-align:center;
	letter-spacing:1pt;
	color:yellow;
	background:black;
	padding:25px
}

H4 {
	text-align:center;
	width:50%;
	font-size:medium;
	letter-spacing:1pt;
	color:white;
	background:black;
	border-style:inset;
	border-color:blue;
	border-width:thin;
	padding:25px
}

H5	 {
	text-align:left;
	color:white;
	background:black;
	width:10%;
	font-size:medium;
	letter-spacing:5pt;
	border-style:outset;
	border-color:red;
	border-width:medium;
	padding:10px
}

H6 	 {
	text-align:center;
	letter-spacing:1pt;
	color:blue;
	background:black;
	font-weight:bold;
	font-family: sans-serif;
	font-style:italic;
	font-size:12pt
}

A	 {
	color:red;
	
}

A:hover {
	color:#FA1E05;
   
}

#banner {
	position:relative;
	top:5px;
	text-align:center;
	width:60%;
	letter-spacing:1pt;
	color:green;
	background:black;
	font-weight:bold;
	font-style:italic;
	font-size:large
}

#box1 {
	position:relative;
	text-align:center;
	width:60%;
	letter-spacing:1pt;
	color:red;
	background:black;
	font-weight:bold;
	font-style:italic;
	font-size:small;
	border-style:outset;
	border-color:blue;
	border-width:medium;
	padding:10px
}

#box2 {
	position:relative;
	text-align:center;
	width:25%;
	letter-spacing:1pt;
	color:red;
	background:black;
	font-weight:bold;
	font-style:italic;
	font-size:small;
	border-style:outset;
	border-color:red;
	border-width:medium;
	padding:10px
}

#box3 {
	position:relative;
	color:white;
	background:black;
	width:30%;
	text-align:center;
	border-style:outset;
	border-color:white;
	border-width: thin;
	padding:5px
}

#box4 {
	position:relative;
	color:white;
	background:black;
	width:25%;
	text-align:center;
	border-style:double;
	border-color:white;
	border-width: thin;
	padding:5px
}

#box5 {
	position:relative;
	background:white;
	color:black;
	width:25%;
	text-align:center;
	border-style:double;
	border-color:blue;
	border-width: thin;
	padding:5px
}

#box6 {
	position:relative;
	margin-top:20px;
	background:white;
	color:black;
	width:10%;
	text-align:center;
	border-style:double;
	border-color:blue;
	border-width:thick;
	padding:3px
}

#box7 {
	position:relative;
	width:50%;
	font: bold 9pt sans-serif;
	background:red;
	color:yellow;
	text-align:center;
	border-style:inset;
	border-color:yellow;
	border-width:thin;
	padding:5px
}

#box8 {
	position:relative;
	width:50%;
	font: bold normal 9pt sans-serif;
	background:blue;
	color:white;
	text-align:center;
	border-style:inset;
	border-color: yellow;
	border-width:thin;
	padding:5px
}

#name {
	font-family: tahoma,arial;
	font-size:xx-small;
	font-weight:bold;
	background:white;
	color:black;

#name2 {
	font: bold normal normal sans-serif;
	color:black;
	background:white;
}

#lgyellit {
	font: bold italic 14pt sans-serif;
	color:yellow;
	background:black;
}

.bodytext {
	text-align:center;
	font-family: sans-serif;
	font-weight:bold;
	font-size:x-small;
	font-style:italic;
	text-indent:18px;
	color:white;
	background:black;
}

.bodytext2 {
	position:relative;
	font-family: tahoma,arial;
	font-size:xx-small;
	background:white;
	color:black;
	border-style:double;
	border-color: Red;
	border-width:3px;
	padding:10px;
}

