﻿
/*July 11, 2015 


cholera.css*/




/*Page Setup*/

body {
	background-color: #800000;
}
#container {
	margin: 0px auto 0px auto;
	width: 750px;
	background-color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}



/* IDs*/

#content {
	font-family: Calibri, Helvetica, Arial, Lucida Sans Unicode;
	font-size: 1em;
	width: 690px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
	background-image: url('../back/webq.jpg');
	color: #000080;
	margin: 20px auto 20px auto;
}
#content h1 {
	color: #800000;
	text-align: center;
	font-size: 1.6em;
}
#content h3 {
	padding: 0px;
	margin: 5px 20px 5px 20px;
	color: #0000FF;
	font-size: 1.4em;
	text-align: center;
}
#content hr {
	border-top-style: double;
	border-top-width: thick;
	border-top-color: #800000;
	width: 550px;
	margin: 20px auto 20px auto;
}
#content cite {
	font-style: normal;
}
#content blockquote {
	margin: 3px 80px 5px 80px;
	color: #2D2D2D;
	line-height: 120%;
}
#content sup {
	font-size: 0.8em;
	line-height: 0.1em;
	text-decoration: none;
}
#content sup a {
	text-decoration: none;
	color: #800000;
}
#msword {
	width: 500px;
	padding: 10px 0px 10px 0px;
	margin: 10px auto 40px auto;
	background-color: #000080;
	border-radius: 10px;
}
#msword h2 {
	font-size: 1.4em;
	color: #CCCCCC;
	padding: 5px 0px 5px 0px;
	margin: 5px 20px 5px 20px;
}
#msword img {
	border-width: 0px;
	border-style: none;
	padding: 5px;
	margin: 3px;
	vertical-align: middle;
	text-decoration: none;
}
.righttext {
	text-align: right;
	margin-right: 20px;
	margin-left: 20px;
}

/*Classes*/


.para {
	padding: 5px;
	margin: 5px 20px 5px 20px;
	text-indent: 50px;
	line-height: 150%;
}

.afterblock  {
	padding: 5px;
	margin: 5px 20px 5px 20px;
	line-height: 150%;
}
.bib {
	text-indent: -50px;
	margin-left: 100px;
	margin-right: 20px;
	line-height: 150%;
	font-style: normal;
}

