a{
	text-decoration: none;
	color: rgb(75, 100, 120);
	font-family: Papyrus;
	font-size: small;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #0000ee;
}
a:active { 
	color: #ee0000;
}
a:hover{
	color: #ee0000;
}
body {
	background-color: rgb(185, 185, 200);
	color: rgb(255, 255, 255);
	font-family: Century gothic;
}
div.container{
	background-color: rgb(244, 240, 224);
	border-color: rgb(175, 175, 175);
	border-style: solid;
	border-width: 2px;
	margin: 40px;
	padding: 12px;
	text-align: center;
	z-index: 1;
}
div.smallbox{
	background-color: rgb(244, 240, 224);
	border-color: rgb(75, 100, 120);
	border-style: solid;
	border-width: 3px;
	margin: 5px;
	padding: 10px;
	text-align: center;
	z-index: 4;
}
div.smallarea{
	background-color: rgb(244, 240, 224);
	border-style: none;
	margin: 10px;
	text-align: center;
	z-index: 8;
}
h1{
	font-family: Papyrus;
	color: rgb(0,0,0);
}
h1.biggerbolder{
	font-size: xx-large;
	font-weight: bold;
}
h2{
	font-family: Papyrus;
	color: rgb(0,0,0);
}
h3{
	font-family: Papyrus;
	color: rgb(0,0,0);
}
h4{
	
	font-family: Papyrus;
	font-style: italic;
	color: rgb(0,0,0);
}
h5{	
	color: rgb(0,0,0);
}
q{
	color: rgb(60, 20, 0);
	font-weight: bold;
}
q:before{
	content: '"';
}
q:after{
	content: '"';
}
ul{
	font-weight: bold;
}
li{
	font-size: small;
	font-weight: normal;
	list-style-type: none;
	text-align: left;
}
p{
	color: rgb(0,0,0);
	font-family: Century gothic;
}
.attn{
	color: rgb(0,0,0);
	font-weight: bold;
	font-style: italic;
	font-size:small;
}

.bold{
	color: rgb(0,0,0);
	font-weight:bold;
	font-size: small;
}

.reddish{
	color: rgb(153, 0, 0);
}
.brown{
	color: rgb(60, 20, 0);
}
.fancy{
	color: rgb(75, 100, 120);
	font-family: papyrus;
 
}
.poem{
	color: rgb(0,0,0);
	font-size: small;

}
.small{
	font-size: x-small;
}

.special{
	color: rgb(0,0,0);
	font-size: small;
	font-style: italic;
}

.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.tdul{
	text-decoration: underline;
}
.tditul{
	font-style: italic;
	text-decoration: underline;
}
.tdit{
	font-style: italic;
}
.tinytext{
	font-size: xx-small;
}
.title{
	color: rgb(0,0,0);
	font-family: Papyrus;
	font-size: x-large;
	font-style:bold;
}
table.insideform{
	background-color: rgb(160, 192, 255);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
td.empty{
	color: rgb(244, 240, 224);
	width: 40%;
}
td.left{
	color: rgb(75, 100, 120);
	font-family: Century gothic;
	padding-top: 50px;
	vertical-align: top;
	width: 20%;
}
td.middle{
	color: rgb(75, 100, 120);
	font-family: Century gothic;
	text-align: left;
	width: 60%;
}
td.right{
	color: rgb(75, 100, 120);
	font-family: Century gothic;
	text-align: left;
	padding-top: 50px;
	width: 20%;
	vertical-align: top;
}
