/*defaults*/
body {
	font: x-small Tahoma, Arial, sans-serif;
	background: #336633 url(../second_level/images/background.gif) repeat-y center top;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	color: #003300;
	font: bold small "Century Schoolbook", "Bookman Old Style", Garamond, "Times New Roman", serif;
}
a:link {
	color: #003366;
}
a:visited{
	color: #336633;
}
a:hover{
	font-weight: bolder;
	color: #669966;
}

td{
	font: x-small Tahoma, Arial, sans-serif;
}

/*styles*/
.piclink {
	font-size: xx-small;
	color: #003366;
	font-weight: bolder;
}
.emphasis{
	font-weight: bolder;
	color: #336633;
}