body {
background-color: #ffffff; 
font-family: Verdana, sans-serif; 
font-size: 15px; color: black;
text-align: center; 
margin-left: auto; 
Margin-right: auto;}


input.f1 {font-size: 0.8em; text-align: right; }
input.f2 {font-size: 0.8em; text-align: left; }
input.f3 {font-size: 1.0em; text-align: right; }

input.f4 {font-size: 0.9em; text-align: right; }
input.f5 {font-size: 0.9em; text-align: left; }
input.f6 {font-size: 1.0em; text-align: left; } 

input.f7 {text-align: right; }






p {font-size: 0.9em; text-align: left; } 

h1 {font-size: 1.1em; text-align: left; } 

h2 {font-size: 1.5em; text-align: center; } 

h3 {font-size: 2em; text-align: center; } 

h4 {font-size: 1em; text-align: center; }

h5 {background-color: gray; color: white; }

h6 {font-size: 1em; text-align: right; text-align: center; }

h7 {font-size: 1.1em; text-align: left; }

h8 {font-size: 1.1em; text-align: center; }

h9 {border-bottom-style: dotted; border-color: red; }

td.c1 {background-color: #999999}

td.r1 {text-align: right; }

td.l1 {text-align: left; }

td.gl {background-color: gray; color: white;  text-align: left; }
td.gr {background-color: gray; color: white;  text-align: right; }
td.gc {background-color: gray; color: white;  text-align: center; }


td.w {background-color: white; border-style: solid; border-color: black; border: inset 2pt; }
td.wr {background-color: white; border-style: solid; border-color: black; border: inset 2pt;  text-align: right; }


td.sl {font-size: 0.8em; text-align: left; }
td.sr {font-size: 0.8em; text-align: right; }
td.sc {font-size: 0.8em; text-align: center; }


li {padding-top:5px; text-align: left; }



table {font-size: 0.9em; text-align: center; background-color: #e8e8ff; border-color: red; }

hr {page-break-after: always; }


/*-----USE OF CLASSES---------------*/


.page {font-size: 1.1em; text-align: center; }

.red {color: red; font-weight: bold; }

.bold {font-weight: bold; }

.bold3 {font-size: 3em; font-weight: bold; }

.center {text-align: center; }

.white {color: white; }

.gray {color: #999999; }

.left {text-align: left; }

.right {text-align: right; }

.shaded {background-color: gray; color: white; }

.script {font-family:cursive,'Brush Script MT',Phyllis,'Lucida Handwriting'; font-size: 1.5em; }

.bottom {border-bottom: solid; }

.u {border-bottom: solid; }

.small {font-size: 0.9em; text-align: center; }


/*--EG-----<SPAN CLASS="RED"> etc etc </SPAN>----*/