
//**<link type="text/css" rel="stylesheet" href="fcss.css" media="all" /> **//

* { height: 1%;} 

<html>body * { height: auto; } 

body {  margin-right:7%;
margin-bottom: 7%;
margin-left:7%;
margin-top: -1%

font-family: Georgia, "Times New Roman", Times, serif; 
background-color: white; 

} 
h1 { font-size: 3em;
color: green;
}

h3{
font-size: 1em;
color: red;}

h4{
font-size: 0.8em;
color: blue;
text-align: center;
}

h2{
font-size: 2em;
color: #6A287E;
}

h5{
font size: 0.7em;
color: red;
text-align: center;
}
h6 {
font-size: 0.7em;
color: 003399;
font-family: serif, Georgia, "Times New Roman", Times, ; 
}
hr {
  border: 1;
  width: 70%;
color: green;
}

p { font-size: -2em;
color: red;
text-align: center;
font-family: serif, Georgia, "Times New Roman", Times, ; 
}

a:link { color:black ;}
a:visited { color: 0033cc ;}
a:hover { color: green;}
a  {text-decoration:underline;
 }
/*A:link { text-decoration: none; color: red; font-weight: bold; font-family: tahoma, arial, serif } */


DIV#leftmargin {
	PADDING-RIGHT: 0.1em; PADDING-LEFT: 0.1em; FLOAT: left ; PADDING-BOTTOM: 1em; MARGIN-right: 0%; WIDTH: 22%; PADDING-TOP: 1em;
	BACKGROUND: ffcc99 ; text-align: left
}


DIV#mainpage {
	PADDING-RIGHT:0.1em; PADDING-LEFT: 0em; FLOAT: left; PADDING-BOTTOM: 0em; MARGIN-top: 2%;  margin-left: 3% ;PADDING-TOP: 0em;
	BACKGROUND: white; text-align: left
}

DIV#rightmargin {
	PADDING-RIGHT: 0.1em; PADDING-LEFT: 0.1em; FLOAT: right ; PADDING-BOTTOM: 1em; MARGIN-right: 0%; WIDTH: 22%; PADDING-TOP: 1em;
	BACKGROUND: ffcc99 ; text-align: left
}

DIV#footer{
	PADDING-RIGHT: 0em; PADDING-LEFT: 0em; FLOAT: bottom 0; PADDING-BOTTOM: 0em; MARGIN:-20 0%; WIDTH: 0%; PADDING-TOP: 0em;
	BACKGROUND: f5f5dc; text-align: center;
}


