h1{ font-size: large;
	text-align: center;
	color: #6ba58c;
	}
h2, h3{
	text-align: center;
	}
p.description{
	margin-left: 20px;
	text-ident: 10em;
	}
body {
	background-color: white;
	background-attachment: fixed;
	color: black; 
	font-size: medium;
	 }
p.uppercase {
	text-transform: uppercase;
	}
p.lowercase {
	text-transform: lowercase;
	}
p.capitalize {
	text-transform: capitalize;
	}
p.italic {
	font: italic small-caps 900 12px arial;
		}
p.thick {
	font-weight: bold;
	}
p.thicker {
	font-weight: 900;
	}
p.center {
	text-align: center;
	}

span.highlight{
	background-color: yellow;
	}
span.story{
	float:left;
	width:0.7em;
	font-size:400%;
	font-family:algerian,courier;
	line-height:80%;
	}
	
table.borderVideo {	
padding: 50px 50px 50px 50px;
border: 1px;
}
td.cent{
	text-align: center;
	}
td.right {
	padding-right: 5cm;
	}
td.bottom {
	padding-bottom: 2cm;
	}
td.top {
	padding-top: 2cm;
	}

ul {
	list-style-position: inside;
	margin-left: 80px;
	}
ul.disc {
	list-style-type: disc;
	}
ul.circle {
	list-style-type: circle;
	}
ul.square {
	list-style-type: square;
	}
ul.none {
	list-style-type: none;
	}
ol.decimal {
	list-style-type: decimal;
	}
ol.lroman {
	list-style-type: lower-roman;
	}
ol.uroman {
	list-style-type: upper-roman;
		}
ol.lalpha {
	list-style-type: lower-alpha;
		}
ol.ualpha {
	list-style-type: upper-alpha;
		}

img.right {
	float:right; 
	margin:0px 0px 15px 20px;
		}
img.left {
	float:left; 
	margin:0px 0px 15px 20px;
	}
img.top {
	vertical-align:text-top;
		}
img.bottom {
	vertical-align:text-bottom;
	}
img.behind{
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	}


div.header, div.footer
	{
	padding:0.5em;
	color:white;
	background-color:gray;
	clear:left;
	}

div.container
	{
	width:100%;
	margin:0px;
	border:1px solid gray;
	line-height:150%;
	}
div.left
	{
	float:left;
	width:160px;
	margin:0;
	padding:1em;
	}

div.content
	{
	margin-left:1px;
	
	padding:1em;
	
	}
a:link {text-decoration: none
	color:'#3D3FFF';
	
	}
a:visited {
	text-decoration: none
	color:'#F31510';
	}
a:hover {
	text-decoration: underline
	font-size: 110%;
	font-weight: bold 
	color: RED;
	}
a:active {
	text-decoration: none
	color:'#F31510';
	}
