body {
	background-color: #EEEEEE;
	color: #000000;
	cursor: default;
	text-align: left;
	line-height:1.4;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
	font-size: 14px;
}
	
#header {
	background: #3E015C;
	color: #ffffff;
	top: 0;
	width: 100%;
	height: 50px;
	overflow-x: hidden;
	position: fixed;
	z-index: 100;
	box-shadow: 0px -5px 0px #8329AD inset;
}

#header #navlinks {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}

#header  #navlinks a {
	margin-top: 0;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	background-image: none;
}

#header #navlinks a:hover {
	background-color: #DCADFA;
	color: #3E015C;
}

#wrapper {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width:650px;
}

#wrapper #content {
	position: relative;
	float: left;
	text-align: left;
	padding: 10px;
}

table {
    width: 100%;
	font-size: 14px;
}

th {
    height: 20px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #3E015C;
}

tr {
	vertical-align: top;
}

h2 {
	font-size: 16px;
	line-height:1.2
}

a {
	text-decoration: none;
	color: #3E015C;
	background-image: linear-gradient(transparent 0%, transparent 75%, rgb(220,173,250) 75%, rgb(220,173,250) 100%);
}

a:hover {
	color: #005451;
	background-image: linear-gradient(transparent 0%, transparent 75%, rgb(168,249,238) 75%, rgb(168,249,238) 100%);
}

span.position {
	color: #4F4F4F;
}

@media (max-width: 767px) {
	body {
		font-size-adjust: 0.6;
	}
	#header {
		height: 55px;
	}
	#header #navlinks {
		font-size: 32px;
	}
	#wrapper {
		margin-top: 55px;
	}
}