BODY { background: #cccccc }
A:link, A:visited, A:active { font-family : Arial } 

A:link    { color: blue}
A:active  { color: red ; font-size: 105% }
A:visited { color: #808080 ; font-size: 95% }

P { color : blue; font-size : 12pt; font-family : Arial;
margin : 0em 1em 1em 1em;
text-indent: 2em }
/* margin 1=top 2=left 3=bottom 4=right */

P.important { color : red ; font-size : 14pt; font-family : Arial;
margin : 0em 1em 1em 1em; text-indent: 2em }

ul { color : blue; font-size : 10pt; font-family : Arial }

H1 { color : red}
H2 { color : red; font-size : 18pt}
H3 { color : maroon; font-size : 15pt}

/* definition list */
 dl { color : #000080  ; font-size : 12px ; font-family : Arial, Helvetica, sans-serif; } 
dt { color :  #800000 ; font-size : 12px ; font-family : Arial, Helvetica, sans-serif ; font-weight: bold }
dd { color :  #000080 ; font-size : 12px ; font-family : Arial, Helvetica, sans-serif;
       text-align : justify;}

div.box {
   border-width: 1px;
   border-style: solid;
   border-color: blue;
   text-align : center;
   BACKGROUND-COLOR: #f5f5f5;
 /*  WIDTH: 125px;
   BACKGROUND-COLOR: #f5f5f5;
   COLOR: #0000ff;
   TEXT-DECORATION: none;
   text-align : left; */
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight : 700;
   font-size : 11px; 
   PADDING-top: 1px;
   PADDING-RIGHT: 1px;
   PADDING-bottom: 1px;
   PADDING-left: 1px;
 }
		 
div.center { text-align : center;
                     background-color : #cccccc ;
					 color : #000080 ;
					 font-family : Arial, Helvetica, sans-serif;
					 font-size : 10px;
					 }

				 
div.left { text-align : left;
                  background-color : #cccccc ;
				  color : #000080 ;
				  font-family : Arial, Helvetica, sans-serif;
				  font-size : 10px;
				  }
table {
	background-color : Silver;
	}
CAPTION {font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
color : Black;
font-size : 18px;
border-color : Black;
font-weight : bold;}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
	font-weight : bold;
	text-align : center;}
	}
