/* Css for Tutorials December 2001 */
/*Masked background -- Navy headings -Text and blue highlights*/

/* blue background*/
body
{font-family: Garamond, serif;
font-size: 16px;
color: #000000;}

p { font-family: Garamond, serif;
font-size: 16px;
color: #000000; } 

td
{font-family: Garamond, serif;
font-size: 16px;
color: #000000;}

/*navy*/
h1, h2, h3, h4
{font-family: Arial, Helvetica;
color: #000099;
font-weight: bold;}

h5 { font-family:  Arial, Helvetica;
color: #000000;
font-weight: bold; } 

h6
{ font-family: Arial, Helvetica;
color: #000000;
font-weight: bold; }

/*white back color*/
.fill
{background-color: #ffffff;}

h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 13pt;}
h4{font-size: 11pt;}
h5{font-size: 8pt;}
h6{font-size: 9pt;}

/*blue links*/
a:link
{font-weight: bold;
color: #000066;
background-color: transparent;}

a:visited
{font-weight: bold;
color: #1E5B79;
background-color: transparent;}

/*gold hover*/
a:hover
{font-weight: bold;
color: #F5B41B;
text-decoration: none;
background-color: #25868D;}

.black {  color: #000000}
.small {font-size: 13pt;}
.smaller {  font-size: x-small}
.center {  text-align: center}
