a:link {
	color: #6666CC;
}

a img {
	border: none;
}

a:visited {
	color: #666699;
}

a:hover {
	color: #8888CC;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote, .entry-qotd {
	border: 2px dashed #9999FF;
	margin-left: 1.5em;
	padding-left: 0.5em;
        padding-right: 0.5em;
}

body {
	background: #666699;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
        text-align: center; /*thanks you MSIE!*/
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #6666CC;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #9999FF;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

p, li {
        margin-top: 1%;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

p.verse { margin-left: 3% }

.content {
        text-align: justify;
	margin: 4em 0em 0 6em;
        padding-top: 10px;
        padding-bottom: 10px;
	padding-right: 3em;
	padding-left: 3em;
	background: #CCCCFF;
        width: 30em; /*42-6-3-3 em*/
}

.entry-head {
	margin: 0;
}

.entry-body {
        width: 30em;
/*        overflow: hidden;*/
}

.example { margin-left: 3% }
