@charset "UTF-8";
/* CSS Document */
body {
	background-color:#369;	
}
#container {
	width:650px;
	margin:20px auto;
	border:5px double #ccc;
	padding:15px;
	font:14px Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
}
h1 {
	margin:10px 0 0 0;
	padding:10px 0;
	font-size:50px;
	line-height:30px;
}
h1 span#subtitle {
	display:block;
	font-size:30px;
	font-style:italic;
	text-align:right;
	font-weight:normal;
}
p {
	margin:1.5ex 0;
	padding:0;	
}
a {
	color:#369;
}
a:hover {
	text-decoration:none;	
}
a img {
	border:none;	
}
.sig {
	font:24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	text-align:right;
	margin-top:0;
	line-height:20px;
}