@charset "UTF-8";
/* CSS Document */

body { background: black; color: white;}

.notepaper,
a:link,a:visited,a:active {
	background: #fe9; color: black; text-decoration:none;
}
a:hover {
	background: #fc6;
}
body { font-size:medium }
.notepaper {
	font-size:68%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-family: "Palatino", serif;
	padding:1.5em;
	width: 58em;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 410px;
	background-color: #FFF;
}
body>.notepaper {
	font-size:14px;
	background-image: url(../images2/paper.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	height: auto;
	width: auto;
} /* 10px for browsers that support the child selector which all happen to all support Text Zoom */

h1,h2,h3,h4 { margin: 0;font-weight:normal}
h1 { font-family: "Zapf Chancery",cursive; font-size:3em; margin:-0.25em 0}
h2 { font-size:3em; text-transform:uppercase;font-weight:bold}
h3 { font-size:.8em; text-transform:uppercase; letter-spacing:1em;margin-top:1em}
h4 {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
address { font-style:normal }
a.URL { display:block }

