
body {
	margin: 0;
	padding: 76px 40px 20px 120px;
	color: #cfddcc;
	background: #73080E;	
	font-family: "lucida sans", "lucida grande", "tahoma", sans-serif;
	font-size: 12px;
	}

a:link, a:visited {
	color: #eec;
	}
a:hover {
	color: #fff;
	}

h1, h2, h3 {
	font-family: "helvetica", "arial", sans-serif;
	font-weight: 400;
	color: white;
	}

h1 {
	font-size: 27px;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #cdc;
	}

img { border: none; }


.Copyright {
	font-size: 9px; color: #977; padding-top: 25px;
	}


/* General purpose */

.small {
	font-size: 0.8em;
	}

.error {
	color: yellow;
	}
