/*

*/


body { background: #fff; color: #333; font-family:  "Times New Roman", Times, sans-serif; text-align: center; }

/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }
    a:visited { color: #333; text-decoration: underline; }
    a:hover { color: #df0000; text-decoration: underline; }
	a img { border: none; }

/*---:[ headlines ]:---*/

h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif;  text-align: center; }

h1 { font-size: 2.5em; }

h2.header { text-align: center; color: red; font-size: 2.0em}

h3.header { text-align: center; color: red; font-size: 1.5em}

h2 { font-size: 2.0em; }

h3 { font-size: 1.5em; text-transform: uppercase; }

h4 a, h4 a:visited { color: #888; text-decoration: none; }
	  h4 a:hover { color: #888; text-decoration: underline; }

 /*---:[ header styles ]:---*/

#masthead { padding:2px; }

/*---:[ bodycontent ]:---*/

p.bodyc { text-align: center; font-family: arial, sans-serif; font-weight: bold }
p.bodyl { text-align: left; font-size: 100%; font-family:  arial, sans-serif; font-weight: bold; }

/*---:[ footer ]:---*/

p.footer { text-align: left; }


/*---:[ copied in from Rapid PHP ]:---*/
 :link { color: #FF0088 }
 :visited { color: #8800FF }
 div.c3 {text-align: center}
 span.c2 {font-size: 150%}
 span.c1 {font-size: 120%}






