a:link {
	color: Black;
	font-weight: lighter;
	font-size: 100%;
	text-decoration: underline;

	}

a:hover {
	font-weight: bolder;
	color: #6A0048;
	background-color: #70CF99;
	font-size: 100%;
	border: thin none;
}
a:visited {
	font-weight: 500;
	color: #006400;
	text-decoration: underline;
	font-size: 100%;
}
a:active {
	font-size: 100%;
	font-weight: bolder;
	background-color: #C0DCC0;
}
.outline {
	border: medium groove #3CB371;
}
hr {
	color: #3CB371;
}
.appear {
	font-size: small;
	font-style: italic;
	border: thick groove #3CB371;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #14367D;
}

.tdfill {
	background-color: #C6FDC6;
	padding: 5px;
	border: thin solid #090;
}
.tdfill2 {
	background-color: #FFFF00;
}
.tdfillborder {
	background-color: #A3F1AE;
	border: medium groove #00AE78;
	font-size: large;
}body {
	color: 2a5f00;
	background-color: White;
	background-image: url(images/paper.jpg);
	text-align: left;
	background-position: center center;
}
.outline-lite {
	border: thick groove #C6FDC6;
}
.fontsize {
	font-size: small;
}
.left {
	float: left;/*float the image to the left*/
	border: 1px solid #000;/*add a border around the image*/
	margin: 5px 10px 0 0;/*set a margin to the top and right to give clearance against the text the top margin aligns the image with the top of the p element*/
}

.right {
	float: right;/*add a border around the image*/
	margin: 5px 10px 0 10px;/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}

/*from Wordpress*/

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.centertxt {
	text-align: center;
	clip: rect(auto,auto,auto,auto);
}
