/* html/css/fonts.css */
BODY {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }
BODY {font-size: 10pt;}
BODY {color: black; } 

P {font-size: 10pt;} 
P {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }
TD {font-size: 10pt;}
TD {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }

h1 { 	font-size: 22pt; }
h2 { 	font-size: 18pt; }
h3 { 	font-size: 15pt; }
h4 { 	font-size: 12pt; }
h5 { 	font-size: 10pt; } 
h6 { 	font-size: 8pt; }


/* html/css/links.css */
a.noline:link{
  color:blue;
  text-decoration:none;
}
a.noline:visited{
  color:brown;
  text-decoration:none;
}
a.noline:hover{
  color:red;
}
a.noline:active{
  color:red;
}
