a{
	text-decoration: underline;
	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(60, 20, 0);
	color: rgb(75, 100, 120);
	font-family: Papyrus
}
div.container{
	background-color: rgb(244, 240, 224);
	border-color: rgb(75, 100, 120);
	border-style: solid;
	border-width: 7px;
	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, h2, h3{
	font-weight: bold
}
h1{
	font-size: xx-large
}
h2{
	font-size: large
}
h3{
	font-size: medium
}
q{
	color: rgb(60, 20, 0);
	font-weight: bold
}
q:before{
	content: '"'
}
q:after{
	content: '"'
}
ul{
	font-weight: bold;
}
li{
	font-size: medium;
	font-weight: normal;
	list-style-type: none;
	text-align: left
}
p{
	color: rgb(75, 100, 120);
	font-family: Papyrus
}
.attn{
	color: red;
	font-weight: bold
}
.reddish{
	color: rgb(153, 0, 0)
}
.brown{
	color: rgb(60, 20, 0)
}
.brownbold{
	color: rgb(60, 20, 0);
	font-weight: bold;
}
.brownboldul{
	color: rgb(60, 20, 0);
	font-weight: bold;
	text-decoration: underline
}
.fancy{
	font-family: vivaldi;
}
.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
}
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: Papyrus;
	padding-top: 50px;
	vertical-align: top;
	width: 20%
}
td.middle{
	color: rgb(75, 100, 120);
	font-family: Papyrus;
	width: 60%
}
td.right{
	color: rgb(75, 100, 120);
	font-family: Papyrus;
	padding-top: 50px;
	width: 20%;
	vertical-align: top
}