.box {
	border: 3px;
	border-color: blue;
	border-style: double;
	background: #DAFFDA;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: none;
}

.box-right {
	border: 3px;
	border-color: blue;
	border-style: double;
	background: #DAFFDA;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: right;
	width: 33%
}

.box-left {
	border: 3px;
	border-color: blue;
	border-style: double;
	background: #DAFFDA;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	float: left;
	width: 33%
}


.hidden {
	display: none;
}

.hang {
	margin-left: .5in;
	text-indent: -.5in;
}

.menu {
	margin-top: 0in;
	margin-bottom: 0in;
	margin-left: .5in;
	margin-right: .5in;
	background-color: #DAFFFF;
}

a:link { color: #990000; }
a:visited { color: #000099; } 
a:active { color: #008855; }
a:hover { color: #000000; background-color: #FFFF99; }

blockquote.heading {
	text-align: center; 
	font-weight: bolder;
	font-size: 200%;
	font-family: "Vladimir script", "brush script mt", "Caflisch Script", "Adobe Poetica", Sanvito, "Ex Ponto", "Snell Roundhand", Zapf-Chancery, cursive, fantasy. serif ;
}

blockquote.simple {
	text-align: justify; 
	font-weight: bolder;
}

body {
	margin-top: .5in;
	margom-bottom: .5in;
	margin-left: .5in;
	margin-right: .5in;
	background-color: #DAFFFF;
}

caption {
	font-weight: bold;
	font-size: larger;
}

cite.placard {	
	float: right;
	font-family: serif;
	font-size: medium;
}

dd { text-align: justify; }

p {	text-align: justify; }

h1.title {
	text-align: center;
	text-transform: capitalize;
}

h3.title {
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
}

img.centered {
	display: block;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
}

p.dropcap:first-letter {
	float: left;
	padding: 5px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
	border: 3px;
	border-color: blue;
	border-style: double;
	background-image: url("art/png/rose.png");
	background-color: #DAFFDA;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 300%;
	font-style: italic;
	text-transform: capitalize;
}


p.dropcap:first-line {
	font-size: 125%;
	font-weight: bold;
}
