BODY {
	background-color : silver;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 90%;
	margin-left : 8%;
	margin-right : 5%;
}

A:LINK {
	color : #336600;
	text-decoration : none;
	font-size: 90%;
}
A:VISITED {
	color : #000099;
	text-decoration : none;
	font-size: 90%;
}
A:HOVER {
	color : blue;
	text-decoration : none;
	background-color: #ffcc00;
	font-size: 110%;
}

H1 {
	color : blue;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 200%;
	margin-bottom : -1em;
	margin-left : -5%;
}

H2 {
	color : blue;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 160%;
	margin-left : -5%;
	margin-top : 2.7em;
}

H3 {
	color : blue;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-left : -5%;
	margin-top : -2em;
}

H4 {
	color : blue;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 120%;
	margin-left : -5%;
	margin-top : .5em;
}

H5 {
	color : blue;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : 100;
	margin-top : .5em;
}

H6 {
	color : #335533;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 105%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 85%;
	font-style : italic;
	font-weight : 100;
	margin-left : 0;
	vertical-align: bottom;
}

TABLE {
	background-color : transparent;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;
	width : 60%
	
TH {
	background-color : transparent;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 80%;
	color : blue;
}

TD {
	background-color : transparent;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 80%;
	color : blue;
}

P {
	color : blue;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 5%;
	margin-right : 5%;
	text-align : left;
	text-indent: 2;
	}
	
P.centered {
	color : blue;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;
    text-align : center;
}
	
P.about {
	background-color: #c0c0c0;
	color : blue;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 8%;
	margin-right : 5%;
	margin-top : 0px;
	margin-bottom: 4px;
}
marquee {
	background-color : transparent;
	color : gold;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 120%;	
}

ol {
	background-color : transparent;
	color : blue;
	text-align : left;
	margin-left : 0%;
	margin-right : 0%;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 90%;
	list-style-type : none;	
}
ul {
	background-color : transparent;
	color : blue;
	text-align : left;
	margin-left : 8%;
	margin-right : 5%;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;
	list-style-type : none;	
}
li {
	background-color : transparent;
	color : blue;
	text-align : left;
	margin-left : 8%;
	margin-right : 5%;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;
	list-style-type: square;	
}

li.lc {
	background-color : transparent;
	color :blue;
	margin-left : 8%;
	margin-right : 5%;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;	
	text-align : left;
}
MediaPlayer {
	background-color : transparent;
	color :red;
	margin-left : 8%;
	margin-right : 5%;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 85%;	
	text-align : left;
}