/*
Design by Scott Madore
*/

* {
	margin: 0;
	padding: 0;
	
}

body {
	background-color:#a12b2f;
	text-align: center;
	min-width: 830px;


}

body, th, td, input, textarea {
	text-align: justify;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6e6a68;
	text-align: center ; 
}

.big {
	font-size: 16px;
}

.italicbig {
	font-size: 14px;
	font-style:italic;
	color: #000000;
}

h1 {
	font-size: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 5px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 1.3em;
	/* font-size: 1.1em; */
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #a9ca2d;
}

a:hover {
	border: none;
	text-decoration:underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #B10961;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #B10961;
}


/* Wrapper */

#center {
	width: 830px;
	margin: auto;
	overflow: auto; /* */
	margin-left: auto ;
    margin-right: auto ;
		
}

