/* external css file */ /* file name 'sheet1.css' */ /* no html markup allowed */ /*ffcc00 */ tbody {font-family: helvetica, verdana, arial, sans-serif; font-size: 11px;} body {font-family: helvetica, verdana, aria, sans-serif; font-size: 11px;} h1 { color: white; background: teal; font-size: 18px; font-family: tahoma, verdana, arial, sans-serif; font-style: italic; } h2 { color: white; background: teal; font-size: 16px; font-family: Verdana, tahoma, Arial, sans-serif; font-style: italic;} h3 { color: teal; background: white; font-size: 14px; font-family: helvetica, verdana, Arial, sans-serif;} h4 { color: green; background: white; font-size: 11px; font-family: helvetica, verdana, sans-serif;} h5 { color: black; background: white; font-size: 10px; font-family: helvetica, Verdana, Arial, sans-serif;} h6 { color: black; background: white; font-size: 10px; font-family: helvetica, Verdana, Arial, sans-serif;} a:link;visted {color: black;} a:link {color: brown; background: white;} a:hover {color: white; background: teal;}