@charset "utf-8"
html {
	background-color: ivory;
}
body {
	font-size: 12pt
}
.text {
	font-size: 1.15em;
	font-weight: bold;
}
.text2 {
	font-size: 1.05em;
	font-style: bold;
}
.style4 {
	font-size: 2em
}
.style6 {
	font-size: 1.5em
}
.link {
	color: black;
	text-decoration: none;
	font-size: 2em
}
.link2 {
	color: black;
	text-decoration: none;
	font-size: 1.5em
}
.pict {
	width: auto;
	height: 225px;
}
.header {
	border-radius: 6mm;	
}
.pict:hover {
	width: auto;
	height: 375px;
}
a:visited {
	text-decoration: none;
	color: gray;
}
a:hover {
	text-decoration: none;
	color: darkgray;
}
.link2:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}