body {
	background: #FFFFFF url("images/Notes_background.jpg") repeat;
	text-align: center;
}
h1, h2 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
	font-style: italic;
	color: #0000C0;
}
h3 {
	font-size: 1.2em;
	font-style: italic;
	color: #0000C0;
}
table {
	margin: auto;
}
table.footer {
	width: 560px;
	padding: 0;
	border: 0;
}
th, td {
	width: 50%;
	border: 0;
	text-align: left;
}
.col1 {
	text-align: right;
}
img {
	border: 0;
}
img.counter {
	vertical-align: -3px;
}
button {
	height: 27px;
	width: 240px;
	border-width: 2px;
	border-radius: 13px;
	font-weight: bold;
	font-size: 15px;
	background: #E0E0E0;
	border-color: #C0C0C0 #B0B0B0 #B0B0B0 #C0C0C0;
}
button.donate {
	background: #F6C000;
	border-color: #FAE003 #E3B102 #E3B102 #FAE003;
}
a:link {
	color: #0000C0;
}
a:visited {
	color: #00C000;
}
a:hover, a:active {
	color: red;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #0000C0;
}
