
font {
font-family: arial, veranda, sans-serif;
}


p {
font-family: arial;
font-size: 16px;
}
body {
font-family: arial, veranda, sans-serif;
font-size: 18px;
}

.tableheading {
font-family: arial;
font-size: 18;
color: teal;
}
.tablesubheading{
font-family: arial;
font-size: 18;
color: teal;
}
.tableheading_black {
font-family: arial;
font-size: 18;
color: AntiqueWhite;
background-color: Teal;
} 

.section_heading {
font-family: arial;
font-size: 18;
color: AntiqueWhite;
background-color: Teal;
}
.sub_section_heading {
font-family: arial;
font-size: 12;
color: teal;
}
.sub_hr {
height: 1px;
}

.comment {
font-family: arial;
font-size 12;
color: teal;
}
 
.date {
font-family: arial;
font-size: 18;
}
.pagetitle {
font-family: arial;
font-size: 24;
color: teal;
margin-left: auto;
margin-right: auto;
}

.bottum_bar {
font-family: arial;
font-size: 12;
color: teal;
}

table {
font-family: arial;
font-size: 16;

}

a:link {
font-family: arial;
font-size:16;
color: teal;
}

a:visited {
font-family: arial;
font-size:16;
color: teal;
}
a:hover {
font-family: arial;
font-size:16;
color: Coral;
}


a:active {
font-family: arial;
font-size:16;
color: teal;
}

<!-- change colors for LightBlueSteel background-->
.a:link {color: black;}
.a:visited {color: black;}
.a:hover {color: red;}
.a:active {color: black;} 


.error { color: red }

.no { color: red }
.yes { color: blue }
.part { color: purple }
.sick { color: black }
.unknown {color: green }

.warning {color: red;
          text-decoration: blink;
					font-style: italics;
					font-weight: bold;
					}
.small_table {size: 18;}
		
fieldset {
				 /*border: 2px ridge green;
				 width: 300px;
				 background-color: #cccc99; 
				 */
}
legend {
			   font-size: 15px;
				 color: teal;
				 font-weight: bold;
			}
success {
				color: teal;
				}

img {
		border-color: teal;
		border-width: 5;
		margin-left: auto;
		margin-right: auto;
} 				
-->