/* basic style sheet - Murray Stefferud */

body {background-color:rgb(251,231,140);}	/* light yellow/tan color */

h1, h2, h3 {font-family: sans-serif, Verdana;}

h1 {font-size:32px; font-weight: bold; line-height: 32px;}

h2 {font-size: 20px; font-weight: bold; line-height: 22px; border-top: solid thin black; border-bottom: solid thin black; padding: 8px}

h3 {font-size: 14px; font-weight: bold; line-height: 20px;}

p ul {font-family: Arial, sans-serif, Verdana; font-size: 12px; font-weight: normal; line-height: 18px;}

img {padding: 1em;}

.impact {color: red;}	/* used for titles */

/* button styles for bottom buttons on most pages */
.button {font-family: trebuchet ms bold; font-weight: bold; font-size: 14px; border: solid thin; padding: .3em}

:link {color: blue;}
:visted {color: aqua;} 



