/*******************************************************************************
 * Reset
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #231F1E;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #838383;
}

/*******************************************************************************
 * Lists
*******************************************************************************/

ul {
	margin: 0 0 0 15px;
}

p {
	padding: 0 0 10px 0;
}

img {
	border: 0;
}

.hide {
	display: none;
}

/*******************************************************************************
 * Links
*******************************************************************************/

a:link,
a:visited {
	color: #E1208D;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

/*******************************************************************************
 * Headers
*******************************************************************************/

a.blue,
a.blue:visited {
	color: #00ADEF;
}

a.green,
a.green:visited {
	color: #3CA757;
}

a.orange,
a.orange:visited {
	color: #F47F0D;
}

a.purple,
a.purple:visited {
	color: #6566FE;
}

/*******************************************************************************
 * Headers
*******************************************************************************/

h1 {
	font-size: 2em;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.5em;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.2em;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1em;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
}


	h1.blue, h2.blue {
		color: #00ADEF;
	}
	
	h1.green, h2.green {
		color: #3CA757;
	}
	
	h1.orange, h2.orange {
		color: #F47F0D;
	}
	
	h1.purple, h2.purple {
		color: #6566FE;
	}
	
.large{
	font-size: 1.2em;
}


