/* CSS Document */
body {
	margin: 0px;
	background-color: #9C0738;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}
a {
	color: #C60651;
	text-decoration: underline;
}
a:visited {
	color: #C60651;
	text-decoration: underline;
}
a:hover		{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C60651;
}
a:active		{ background-color: #C60651; color: #FFFFFF;}

.content {
	margin: 20px;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	padding: 15px;
	border: none;
	text-align: center;

}
.closeLink {
	text-align: right;
}
div img {
	padding: 2px;
	
}
.picCaption {
	padding: 15px;
}
