
BODY {
	color: Black;
	font-family: "Trebuchet MS", sans-serif;
	font-size: smaller;
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #999999 url(images/background.gif) repeat-y center;
	}

A {
	color: White;
	background: Black;
	text-decoration : none;
	font-family : "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 4px;
	font-size: smaller;
	}

A:HOVER {
	color: #BF3EFF;
	background: Black;
	text-align: center;
	font-weight: normal;
	}
	
H1 {
	color : Black;
	background: White;
	font-family : "Trebuchet MS", sans-serif;
	font-size : small;
	letter-spacing: 0.25em;
	margin-top: 0.5em;
	margin-bottom: 5px;
}

H2 {
	color : Black;
	background: White;
	font-family : "Trebuchet MS", sans-serif;
	font-size : x-large;
	letter-spacing: 0.4em;
	text-align: left;
	font-weight: normal;
	margin-top : 0em;
	margin-bottom: 0em;
}

H3 {
	color : #989898;
	background: Black;
	font-family : "Trebuchet MS", sans-serif;
	font-size : small;
	text-align: justify;
	font-weight: normal;
	margin-top: 6px;
   margin-bottom: 6px;
	}	

H4 {
	color : White;
	background: Black;
	font-family : "Trebuchet MS", sans-serif;
	font-size : medium;
	text-align: left;
	letter-spacing: 0.25em;
	margin-top : 0.5em;
	margin-bottom: 8px;
}

H5 {
	color : White;
	background: Black;
	font-family : "Trebuchet MS", sans-serif;
	font-size : small;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	margin-top : 0em;
	margin-bottom: 0em;
}

H6 {
	color : Black;
	background: White;
	font-family : "Trebuchet MS", sans-serif;
	font-size : medium;
	text-align: left;
	letter-spacing: 0.25em;
	margin-top : 0.5em;
	margin-bottom: 8px;
	}
	
BLOCKQUOTE {
	color : #660099;
	background: White;
	font-family : "Trebuchet MS", sans-serif;
	font-size : small;
	margin-left : 9%;
	font-style: normal;
	word-spacing: 0.25em;
	margin-top: 4px;
	margin-bottom: 4px;
}