  
  <style type="text/css">

/* Style sheet for Pestwood Community Action */ 
/* Remove underline from links to make menu look better */

a {text-decoration: none}

/* Set BODY defaults */
/*-- Note blue used for text - set to 14px to be slightly larger than normal --*/

body {
font-family:   verdana, tahoma, sans-serif;
font-size: 14px;
color: blue;
}


/* Set additional attributes for other items */
/* Table data needs same default as page */
td {
font-size: 14px;
color: blue;
}
/*-- H1 is larger, normal --*/
h1 {
font-size: 20px; font-weight: bold; letter-spacing: 0.1 em; text-align: center;
}
/*-- H2 intermediate, normal --*/
h2 {
font-size: 18px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H3 only slightly larger than text, bold --*/
h3 {
font-size: 16px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H4 same size as text, bold  --*/
h4 {
font-size: 14px; font-weight: bold; letter-spacing: 0.1 em;
}
/*-- H5 smaller than normal text  --*/
h5 {
font-size: 10px; font-weight: normal; text-align: right;
}


</style>
