body {	background-color: #FFFFFF }
a:link {    color: blue; }
a:visited { color: purple; }
a:hover {   color: red; }

.nav-background { background-color: #333333; }
.nav-foreground { background-color: white; }

.head-foreground { background-color: #FFFFFF; }
.head-background { background-color: #333333; }

.big-head { font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		font-size: 300%}

.little-head { font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		font-size: x-small }

.head3 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100% 
	}
					
.head2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 150%
	}

.head1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 200%
	}

TH { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 100% 
	}

.sans-text { font-family: "Verdana", sans-serif; }
.mono-text { font-family: monospace; }

.small-print { font-size: 75% }

.indent { margin-left: 25px }
.byline { font-size: x-small }
.attribution { text-align: right }
.quote { font-style: italic }


