/* Cascading Style Sheet */
/* jonathanandbecky.org */


BODY { color: black; background: white; background-color: white; font-family: arial, helvetica, sans-serif}
H1, H2, H3, H4, H5, H6, TD, TH { font-family: arial, helvetica, sans-serif }

H1, H2 , H3 { background-color: white; border-width: 0; text-align: center}

H1 {font-size: large}


A:link { color: blue; text-decoration: none }
A:visited { color: red; text-decoration: none }
A:active { color: green; text-decoration: none }
A:hover {color: green; text-decoration: underline }
