/*  external css file */
/* file name 'sheet1.css' */
/* no html markup allowed */
/* iframe	{overflow: hidden;} */


tbody {font-family: sans-serif, arial, helvetica, verdana;
	font-size: 11px;}



body    {font-family: sans-serif, arial, helvetica, verdana;
	font-size: 11px;}


h1 { color: white; background: #487FBF; font-size: 16px; font-family: sans-serif, arial, verdana; font-style: italic;}
h2 { color: white; background: #487FBF; font-size: 14px; font-family: sans-serif, arial, verdana; font-style: italic;}
h3 { color: blue; background: white; font-size: 11px; font-family: sans-serif, arial, verdana;}
h4 { color: teal; background: white; font-size: 10px; font-family: sans-serif, arial, verdana;}
h5 { color: black; background: white; font-size: 10px; font-family: sans-serif, arial, verdana;}
h6 { color: red; background: white; font-size: 10px; font-family: arial, sans-serif, verdana;}

A:link {color: navy;}
A:visited {color: blue;}
A:hover {color: white; background-color: teal;}