/*
Based on YUI reset.css
http://developer.yahoo.net/yui/
*/

a {
	background-color: inherit;
	color: #008080;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #20B2AA;
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

address,caption,cite,code,dfn,th,var{
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{
	margin: 0;
	padding: 0;
}

caption,th{
	text-align: left;
}

fieldset,img{
	border: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	background-color: #E8E8E0;
	color: #000040;
}

img {
	border: none;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend{
	color: #000;
}

li{
	list-style: none;
}

p {
	margin: 1em auto;
	text-align: justify;
}

q:before,q:after{
	content: '';
}

sub {
	vertical-align: text-bottom;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.donate {
	font-weight: bold;
	border: 2px solid;
	padding: 4px;
	background-color: #FFBD40;
}

#container {
	margin: 0px auto;
	padding: 1em;
	width: 50em;
}

#foot {
	font-size: .85em;
	font-weight: bold;
	padding: 1.5em 0em;
	text-align: center;
}
