@charset "utf-8";
body {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 12pt 
}
a:link, a:visited { 
    color: black;
    font-weight: bold;
	text-decoration: none;
}

a:link:active, a:visited:active, a:hover { 
    color:darkgoldenrod;
}
h1 {
	font-weight: bolder;
	font-size: 150%;
	color: sienna;
}
h2 {
	font-weight: normal;
	font-size: 130%;
	color: sienna;
	margin-bottom: 0.5%;
}
.menu {font-size: 120% 
}
.menu-selected {font-size: inherited; color: darkgray; font-weight: bold; 
}
.maintext{
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.table-gallery{
	margin-right: 16px;
}
