/* general 
------------------------------------------------------------

body {
	background: #fff;
	margin: 0;
	padding: 20px;
	text-align: left;
	font-family: "Tahoma", "Geneva", "Verdana", sans-serif;
	}

input, textarea, option {
	color: #111;
	}
	
h1 span {
	color: #8037b0;
	}
	
h1, h2, h3, h4 {
	color: #000;
	margin: 10px 0;
	font-family: "Gill Sans", "Trebuchet", "Calibri", sans-serif;
	}

p, blockquote, li, label, span {
	color: #000;
	margin: 10px 0;
	}

a,
a * {
	color: #0079c2;
	}
/*
	
a:hover {
	text-decoration: none;
	}
	
img, input, select, textarea {
	display: block;
	}
	
ul {
	list-style: square;
	}

*/

