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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #fef4ff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Tahoma;
	margin: 0px;
	font-weight: bold;
}

h1 {
	margin: 0px;
	font-size: 2em;
	font-weight: lighter;
	color: #b46eed;
	padding-bottom: 5px;
	border-bottom: 1px solid #B46EED;
}
h2 {
	margin: 0px 0px 15px;
	font-size: 1.7em;
	font-weight: normal;
	color: #7828BB;
	border-bottom: 1px solid #7828BB;
	padding-bottom: 5px;
}
h3 {
	margin: 0px;
	font-size: 1.5em;
	font-weight: lighter;
	color: #b46eed;
}
h4 {
	margin: 0px;
	font-size: 1.5em;
	font-weight: lighter;
	color: #b46eed;
}

a:link {
	color: #ece55d;
	text-decoration: underline;
}

a:hover {
	color: #ece55d;
	text-decoration: none;
}

a:active {
	color: #ece55d;
	text-decoration: underline;
}

a:visited {
	color: #ece55d;
	text-decoration: underline;
}

a.video:link {
	color: #727272;
	text-decoration: underline;
}

a.video:hover {
	color: #7127b0;
	text-decoration: none;
}

a.video:active {
	color: #727272;
	text-decoration: underline;
}

a.video:visited {
	color: #727272;
	text-decoration: underline;
}
