@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #386890;
	text-align: left;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	color: #386890;
	list-style-type: disc;
}
.picture_frame_padding {
	margin: 5px;
	padding: 2px;
	border: 3px solid #386890;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	color: #386890;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #386890;
}
.text_center {
	text-align: center;
}
.text_small {
	font-size: 75%;
}
a:link {
	color: #386890;
}
a:visited {
	color: #386890;
	font-weight: bold;
}

