

/* These are the comments */
body { background-color="#ffffff"; color="#000000"; font-family:  Arial, sans-serif  }

p,td, list, blockquote, FORM, li, ul { font-family:  Arial, sans-serif; font-size: 12px; color: #000000}

/* make font different in menus */

.menu {  font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px}


/* To make links different in tables, use td a:link */

a:link {  color: #660000; text-decoration: none}

a:visited {  color: #666666; text-decoration: none}

a:hover {  color: #FF9900; text-decoration: none}

a:active {  color: #000000; text-decoration: none}

h1, h2, h3, h4, h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #660000}

em { color: #660000 }
strong { color: #660000 }

