/* preliminary stylesheet Moonfyre Cockers  2 15 04 */

body {
	font-family: "Comic Sans MS", sans-serif;
	font-style: normal;
	font-size: 100.01%;
	color: #000000;
	background-color: #E7C6A7;
}

h1{
	font-family: "Kells", sans-serif;
	font-style: normal;
	color: #000000;
}

h2{
	font-family: "Kells", sans-serif;
	font-style: normal;
	color: #000000;
	text-align: center;
}

.special {
	font-family: "Kells", sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 1em;
}

.main{
	font-family: "Comic Sans MS", sans-serif;;
	font-style: normal;
	font-size: 1em;
	color: #000000;

}

a:link {
	color: #F21080;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	text-decoration: none;
	font-weight: bold;
	}

a:visited{
	color: #F21080;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	color: #000000;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	text-decoration:none;
	font-weight: bold;

	}
a:active {
	color: #465B3C;
	font-size: 14px;
	font-family: "Comic Sans MS", sans-serif;
	text-decoration:underline;
	font-weight: bold;
	}
blockquote{
	text-align: justify;
}

.footer-text{
	color: #000000; 
	font-size: 10px; 
	font-family: "Comic Sans MS", sans-serif;
	text-decoration: none; 
	font-weight: bold;
}

.rt{
	float:right;
}
.lft{
	float:left;
}