
H1{
	font : 24 pt "Georgia", "Times Roman", serif;
	font-weight : 500;
	}


H2{
	font : 19 pt "Georgia", "Times Roman", serif;
	font-weight : 500;
	}


H3{
	font : 15 pt "Georgia", "Times Roman", serif;
	font-weight: 400
	}


LI{
	font : 15 pt "Georgia", "Times Roman", serif;
	}


body{
	background : FAFAE8;
	font : 12 pt "Georgia", "Times Roman", serif;
	}


div{
	background : FAFAE8;
	font : 12 pt "Georgia", "Times Roman", serif;
	}


H4{
	font : 12 pt "Georgia", "Times Roman", serif;
	font-weight: 500
	}


H5{
	font : 10 pt "Georgia", "Times Roman", serif;
	}


H6{
	font : 8 pt "Georgia", "Times Roman", serif;
	}


DIV.top{
	position : fixed;
	top; z-index : 2;
	}


DIV.left{
	left; z-index : 0;
	position : absolute;
	}


DIV.right{
	position : absolute;
	right; z-index : 1;
	}


P{
	font : 12pt "Georgia", serif;
	text-align : justify;
	}


A{
	font : 12pt "Georgia", serif;
	}


A:link{
	color : green;
	text-decoration : underline;
	}


A:visited{
	color : brown;
	text-decoration : underline;
	}


A:active{
	background : green
	   text-decoration: underline;
	color : yellow;
	}


A:hover{
	color : red;
	text-decoration : underline;
	}
