/* Style sheet for john and jeanie site */

/* Style for navigation elements */
.nav { font-family: Arial; font-size: 16px; }

/* Header/title style, since using h1 causes problems w/ some browsers in my tests */
.headtitle { font-family: Arial; font-size: 37px; font-weight:normal; }

/* Style for all bodies */
body { font-family: Arial; font-size: 13px; }

/* Style for all paragraphs */
p { font-family: Arial; font-size: 13px; }

/* Style for slightly larger paragraph elements */
.pbigger { font-family: Arial; font-size: 15px; }

/* Style for slightly smaller paragraph elements */
.psmaller { font-family: Arial; font-size: 12px; }

/* Style for all table cells */
td { font-family: Arial; font-size: 13px; }

/* Style for navigation links, "topnav" my label */
a.topnav:link { color: black; text-decoration: none }
a.topnav:visited { color: black; text-decoration: none }
a.topnav:hover { color:black; text-decoration: underline }
a.topnav:active { color: black; text-decoration: none }

/* Style for regular links */
a:link { color: blue; text-decoration: none  }
a:visited { color: purple; text-decoration: none }
a:hover { text-decoration: underline }

