body{
	color: black;
	background-color: #99CCCC; 
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color : #990099;
	background-color : #99CCCC;
}

a:visited {
	color : #990099;
	background-color : #99CCCC;
}

a:hover {
	color : #990099;
	background-color : #CCFFFF;
}

h1, h2, h3, h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #99CCCC;
}

p, ol, ul, li, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #99CCCC;
}

/* table + * + p {
	margin-top: 30px;
} */

.blueborder {
	border : 0;
	color : #99CCCC; 
	background-color : #99CCCC;
}

.center {
	text-align: center;
	margin-left: auto; margin-right: auto;
}

.quote {
	margin-left: 30px;
	font-size: 15px;
	font-style: italic;
	width: 600px;
}

.quoter {
	margin-left: 90px;
	font-size: 15px;
	font-style: italic;
}

.new {
	font-style: italic; 
	font-weight: bold; 
	color: #FF3300; 
	background-color: #99CCCC;
}

.fantasy {
	font-weight: bold;
	font-family: sand, 'Comic Sans MS', fantasy;
}

.deadlink {
	font-weight: bold;
	color: #666666;
	background-color: #99CCCC;
}

.indent {
	margin-left: 50px;
	margin-top: 0px;
}

span.pixelmountain {
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC99CC;
}

.flower {
	font-style: italic;
	font-weight: bold;
	color: #CC3366;
	background-color: #99CCCC;
}

.country {
	font-style: italic;
	font-weight: bold;
	color: #663399;
	background-color: #99CCCC;
}
.bolding {
	font-weight: bold;
}
.underlining {
	text-decoration: underline;
}
.italicizing {
	font-style: italic;
}
.nobotmargin {
	margin-bottom: 0px;
}
.playquote {
	margin-left: 30px;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 40px;
}
.question {
	font-weight: bold;
	color: #006633;
	font-style: italic;
}
.noitalics {
	font-style: normal;
}


.floatright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}
.floatleft {
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: center;
}
.quote_plus_image {
	width: 825px;
}
.clearfloats {
	clear: both;
}

