html {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #F4F8FC;
	border: 0;
	color: #222;
	font: 12px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#main {
	background: #fff;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	/*-moz-box-shadow: 0 0 25px #CAD2DB;
	-webkit-box-shadow: 0 0 25px #CAD2DB;
	box-shadow: 0 0 25px #CAD2DB;*/
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	text-shadow: 1px 1px 2px #ccc;
	width: 500px;
}

a,
a:link {
	color: #81AAD3;
	text-decoration: none;
}
a:visited {
	color: #9D999A;
}
a:hover {
	color: #F4F8FC;
}
a:active {
	color: #95B7D5;
}
a img {
	border: 0;
}
p {
	margin: 0 0 1.5em;
}

h1, h2, h3 {
	color: #6193C7;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.reading {
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
}

.str {
	text-decoration: line-through;
}
.und {
	text-decoration: underline;
}
