/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #60020a;
	font: 90% Arial, Tahoma, Helvetica, sans-serif;
	}
	h1 { 
		font-size: 1em; 
	}
	h2 { 
		font-size: 1em; 
	}
	h3 { 
		font-size: 1em;
	}
	p { 
		font-size: 1em;
	}
	table { 
		}
		th { 
			font-size: 1em;
			text-align: left;
		}
		td { 
			padding: 0;
			font-size: 1em;
		}
	ul {
		list-style: none;
		}
		li {
			font-size: 1em;
		}
	a, a:link, a:visited {
		color: #742229;
		text-decoration: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Arial, Tahoma, Helvetica, sans-serif;
		}

	
	

