  
  <style type="text/css">

/* Style sheet for YE */ 
/* Remove underline from links to make menu look better */

a {text-decoration: none}

/* Set BODY defaults */
/*-- Note Darkblue used instead of slightly darker YE blue --*/

body {
font-family:   tahoma, verdana, sans-serif;
font-size: 12px;
color: darkblue;
}


/* Set additional attributes for other items */
/* Table data needs same default as page */
td {
font-size: 12px;
color: darkblue;
}
/*-- H1 is larger, normal --*/
h1 {
font-size: 20px; font-weight: normal; letter-spacing: 0.2 em;
}
/*-- H2 intrmediate, normal --*/
h2 {
font-size: 18px; font-weight: normal; letter-spacing: 0.2 em;
}
/*-- H3 only slightly larger than text, bold --*/
h3 {
font-size: 14px; font-weight: bold; letter-spacing: 0.2 em;
}
/*-- H4 same size as text, bold  --*/
h4 {
font-size: 12px; font-weight: bold; letter-spacing: 0.2 em;
}



</style>
