body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 16px;
	height: 100%;
}
.btn {
	min-width: 240px;
	max-height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #c4209d;
	border: 2px solid #ffffff;
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 16px;
	display: inline-block;
}
.btn a:link {
	text-decoration: none;
	color:#ffffff;
}
.btn a:visited {
	text-decoration: none;
	color:#ffffff;
}
.icon {
	padding-right: 8px;
	vertical-align:text-bottom;
}
.pos {
	vertical-align:text-bottom;
}
.menu {
	position: fixed;
	bottom: 0px;
	border-top: 2px solid #ffffff;
	padding: 0px;
	min-width: 100%;
	background-color: #c4209d;
	text-align: center;
	z-index: 1;
}
.menu a:link {
	text-decoration: none;
	color:#ffffff;
}
.menu a:visited {
	text-decoration: none;
	color:#ffffff;
}
.page {
	margin:auto;
	max-width: 800px;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 48px;
}
.title
{
	font-size: 48px; 
	font-weight: bold; 
	color: #c4209d;
	text-align: center;
	margin-bottom: 32px;
    text-shadow: 
        /* first layer at 1px */
        -1px -1px 0px #ffffff,
         0px -1px 0px #ffffff,
         1px -1px 0px #ffffff,
        -1px  0px 0px #ffffff,
         1px  0px 0px #ffffff,
        -1px  1px 0px #ffffff,
         0px  1px 0px #ffffff,
         1px  1px 0px #ffffff,
        /* second layer at 2px */
        -2px -2px 0px #ffffff,
        -1px -2px 0px #ffffff,
         0px -2px 0px #ffffff,
         1px -2px 0px #ffffff,
         2px -2px 0px #ffffff,
         2px -1px 0px #ffffff,
         2px  0px 0px #ffffff,
         2px  1px 0px #ffffff,
         2px  2px 0px #ffffff,
         1px  2px 0px #ffffff,
         0px  2px 0px #ffffff,
        -1px  2px 0px #ffffff,
        -2px  2px 0px #ffffff,
        -2px  1px 0px #ffffff,
        -2px  0px 0px #ffffff,
        -2px -1px 0px #ffffff;
}
.header {
	border-bottom: 2px solid #c4209d;
	text-align: center;
	color: #c4209d;
	font-size: 24px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 24px;
	position: relative;
}	
.header a:link {
	text-decoration: none;
	color:#c4209d;
}
.header a:visited {
	text-decoration: none;
	color:#c4209d;
}
.section {
	padding-bottom: 16px;
}
.hl {
	font-weight: bold;
	color: #c4209d;
	display: inline;
}
.hl a:link {
	color:#c4209d;
}
.hl a:visited {
	color:#c4209d;
}
.legend {
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
}
.panel {
	text-align: center;
	width: 100%;
	background-color: #dddddd;
	display: none;
	z-index:  1;
	padding-top: 32px;
	padding-bottom: 32px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-decoration: none;
}
.panel img {
	max-width: 80%;
	padding: 8px;
}
.break {
	text-align: center;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 16px;
}
.break a:link {
	text-decoration: none;
}
.drop {
	display: inline;
	right: 0px;
	position: absolute;
}
.down {
	text-align: right;
}

	