/*

*/


body { background: #fff; color: #333; font-family:  "Times New Roman", Times, sans-serif; text-align: center; }

/*---:[ global elements ]:---*/

a { color: red; text-decoration: underline; }
    a:visited { color: black; text-decoration: underline; }
    a:hover { color: blue; text-decoration: underline; }
	a img { border: none; }

table { margin-left: 20px;  margin-right: 20px; border: thin solid green; }
th, td {   padding: 2px; border: thin solid green; }


/*---:[ 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 ]:---*/

 div.c3 {text-align: center}
 span.c2 {font-size: 150%}
 span.c1 {font-size: 120%}







