

BODY { color: black; font-family: Arial; font-style: normal; font-size: 6pt;
font-weight: normal; background-image: url(background.gif)}
 
<!-- page titles -->
H1 { font-family: Arial; font-size: 18pt; font-style: normal; color: red; text-align: center; 
font-weight: bold; text-decoration: underline}

<!-- navigation links -->
H2 { font-family: Arial; font-size: 14pt; font-style: normal; color: black; text-align:left; font-weight: normal;}

<!-- centre aligned normal text -->
H3 { font-family: Arial; font-size: 14pt; font-style: normal; color: black; text-align: center; 
font-weight: normal; text-decoration: none}

<!-- left aligned normal text -->
H4 { font-family: Arial; font-size: 14pt; font-style: normal; color: black; text-align: left; 
font-weight: normal; text-decoration: none}

<!-- minute text so that search engines find text but user cannot see it -->
H5 { font-family: Arial; font-size: 1pt; font-style: normal; color: white; text-align: center; 
font-weight: 1; text-decoration: none}

<!-- badge scan titles -->
H6 { font-family: Arial; font-size: 16pt; font-style: normal; color: green; text-align: center; 
font-weight: normal; text-decoration: none}

<!-- normal link -->
A:link { text-decoration: underline; color: blue; font-family: Arial; }

<!-- visited link -->
A:visited { text-decoration: underline; color: maroon; font-family: Arial; }

<!-- active link -->
A:active { text-decoration: underline; color: red; font-family: Arial; }





