body{
	color:#600000;
	background-color:#daa520;
	text-align:center;
}
a{
	text-decoration:none;
	border-bottom-color:#8b0000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
a:link{
	color:#dc143c;
}
a:visited{
	color:#cd5c5c;
}
a:hover{
	background-color:#ff0000;
}
a:active{
	color:#ff0000
}
h1{
	color:#008000;
	font-size:250%;
	font-weight:bold;
}
h2{
	color:#006400;
	background-color:#deb887;
	font-size:200%;
	font-weight:bold;
	text-align:center;
	border-color:#b8860b;
	border-style:solid;
	border-width:1px;
}
em{
	color:#600030;
	font-style:normal;
	font:120%;
	font-weight:bold;
}
strong{
	color:#600060;
	font-size:150%;
	font-style:normal;
	font-weight:bolder;
}
.ct{
	text-align:left;
	margin:3%;
	padding:3%;
	border-color:#deb887;
	border-style:dashed;
	border-width:1px;
	width:36%;
	float:left;
}
.ft{
	clear:both;
}
hr{
	border-color:#deb887;
	border-style:dashed;
	border-width:1px;
	width:90%;
	height:1px;
}