	/* LINKS */

a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #CD723E;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	}

a:active, a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #C88E75;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	}


	/* BODY */

body {
	background-color: #885819;
	margin: 0;
	text-align: justify;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #87753A;
	}


/* DIV LAYERS */

div#header {
	position: relative;
	width: 500px;
	height: 337px;
	margin: auto;
	}

div#mutants {
	position: relative;
	width: 496px;
	margin: auto;
	border-left: 2px solid #AF844C;
	border-right: 2px solid #AF844C;
	border-top: 2px dotted #7B141D;
	border-bottom: 2px dotted #AF844C;
	background-color: #000;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 20px 5px 5px 5px;
	background-color: #000;
	border-left: 5px dashed #7B141D;
	border-bottom: 2px dotted #7B141D;
	color: #70340C;
	font-size: 12px;	
	line-height: 13px;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	text-align: left;
	text-transform: lowercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #87753A;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	}

p.right {
	text-align: right;
	font-style: oblique;
	letter-spacing: 1px;
	}


	/* TABLES */

table {
	border: 0;
	}

input, option, select, textarea { 
	background-color: #AF844C;
	text-decoration: none;
	text-align: left;
	border: 1px solid #A4783E;
	font-family: 'Georgia', arial, verdana, tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7B141D;
	}

