/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::: END OF RESETS ::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



body {
	background-color: #fffff6;
}

p {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-align: center;
	color: #666666;
	line-height: 150%;
	text-align: center;
}

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #666666;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
}

h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 40px;
	/*padding: 25px;*/
}

h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
	/*padding: 25px;*/
}

h4 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	/*padding: 25px;*/
}

#content {
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
	padding-top: 40px;
}

a:link {
	color: #ff9933;
	text-decoration: underline;
}

a:visited {
	color: #ff9933;
	text-decoration: underline;
}

a:active {
	color: #ff9933;
	text-decoration: underline;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}