/* -- STANDARD BODY TAGS -- */

body,td{
	background:yellow;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:11px;
}
p{
	text-indent:12px;
	font-family:geneva,arial,helvetica,sans-serif;
	font-size:11px;
}

h1{
	font-size:18px;
	color:darkblue;
}
h2{
	font-size:14px;
}
a{
	color:darkblue;
	text-decoration:none;
}
pre{
	font-family:courier,andale,mono;
	font-size:11px;
	color:blue;
}