/*
 * Default CSS for the Woodside web site.
 * $Id: woodside.css,v 1.2 2007/03/02 16:00:17 daveg Exp $
 */
body {	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Verdana, Arial, sans serif;
	font-size: 12pt;
	color: black;
}

a { font-weight: normal; text-decoration: none; }
a:link { color: red; }
a:visited { color: blue; }
a:hover { color: red; background-color: #daedff; }
a:active { color: green; }

dt > a { font-weight: bold; }

h1 { text-align: center; }

th {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #daedfe;
}

*.quote {
  font-style: italic;
	font-size: 14pt;
}

#motto {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
