
H1{
	Font : normal 20pt 'Assiduous', 'Arial', Sans-Serif;
	BackGround : #3366FF;
	Color : silver;
	Letter-Spacing : .5em;
	Text-Align : center;
	}


H2{
	Font : normal 16pt 'Assiduous', 'Arial', Sans-Serif;
	BackGround : #3366FF;
	Color : silver;
	Letter-Spacing : .5em;
	Text-Align : center;
	}


H3{
	Font : normal 14pt 'Assiduous', 'Arial', Sans-Serif;
	BackGround : silver;
	Color : #3366FF;
	Letter-Spacing : .5em;
	Text-Align : center;
	}


H4{
	Font : normal 20pt 'Assiduous', 'Arial', Sans-Serif;
	BackGround : Red;
	Color : yellow;
	Letter-Spacing : .5em;
	Text-Align : center;
	}


P{
	Font : 10pt/12pt 'Arial', Sans-Serif;
	Color : silver;
	Text-Align : justify;
	Text-Indent : 8pt;
	}


TABLE{
	Font : 10pt/12pt 'Arial', Sans-Serif;
	Color : silver;
	Text-Align : justify;
	}


P.intro{
	Text-Align : center;
	font : italic bold;
	Color : #ADAA73;
	}


P.intro EM{
	font-style : normal;
	Color : #ADAA73;
	}


a:link{
	color : yellow;
	text-decoration : none;
	}


a:visited{
	background : "#3366FF";
	color : yellow;
	text-decoration : none;
	}


A:hover{
	background : red;
	color : white;
	text-decoration : none;
	}


A:active{
	background : white;
	color : black;
	text-decoration : none;
	}


EM	{
	color : gold;
	text-decoration : none;
	}


BODY{
	margin-top: 2em;
        margin-right: 2em;
        margin-bottom: 2em;
        margin-left: 2em;        /* copied from opposite side (right) */
        }
