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

#wrap {
	width: 90%;
	background-image: none;
	background-position:left top;
	background-repeat:no-repeat;
	padding: 30px 20px 0 0;
}
#screen { padding: 10px 10px 10px 0; }
		
#main { width: 75% }

h1 {color: black; font-family:"arial black", sans-serif}
h1 {font-size:1.37em}
h2 {color: blue;}
h2 {font-size:1em}
p {	font family:"Palatino Linotype", Palatino, serif;
	color: black;
	font-size:87%;
	line-height:170%;
	margin: 10px;
	padding: 5px;
	border: 5px none blue;
	background: white;
}
.emph {font-style:italic; font-weight:bolder}

a:link, a:hover {font-weight:bold}

body {background:transparent}

.date {position:relative; bottom: 1 . 1em; }
