body{
	background-color:#9DE080;
	font-family:Verdana, Ariel, sans-serif;
	color:#000000;
}
h1{
	font-size:50px;
	text-align:center;
	font-family:Georgia,Garamond,serif;
	color:#809DE0;
}
h2{
	font-size:35px;
	font-family:Georgia,Garamond,serif;
	color:#809DE0;
	text-align: center;
}
h3{
	font-family:Georgia,Garamond,serif;
	color:#809DE0;
}
p{
    	line-height: 130%;
}
ul{
	list-style-type:square;
}
a:link{
    color:#000000;
    text-decoration:none;
}
a:visited{
    color:#000000;
}
a:hover{
    color:#809DE0;
}
#column{
	width:1000px;
	height:auto;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding:20px 20px 20px 20px;
	overflow:hidden;
	border:1px solid #E0809D;
}
figcaption{
	font-size:10px;
}
.tright{
	text-align:right;
	margin:0px 20px 5px 5px;
}
.pink{
	color:#E0809D;
}
.left{
	float:left;
	margin:5px 20px 5px 0px;
	border:1px solid #E0809D;
	}
.right{
	float:right;
	margin:0px 0px 10px 20px;
	border:1px solid #E0809D;
}