/*this sheet is used by mail subsribe page*/
#subscribe{
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	}
#subscribe p.center {
	font-family: "Comic Sans MS", "Kristen ITC", cursive;
	font-size: 1em;
	text-align: center;
	}
#subscribe hr {
	color: Green;
	width: 85%;
	height: 3px;
}
#subscribe .title {
	font-family: "Comic Sans MS", "Kristen ITC", cursive;
	font-size: 2em;
	text-align: center;
	color: green;
	text-indent: 0;
	}
#subscribe a:link {
	color: #00A201;
}
#subscribe a:visited {
	color: #313131;
}
#subscribe a:hover {
	color: #00A201;
	font-style: italic;
}
#subscribe table.main {
	width: 715px;
	height: 680px;
	background: url("../images/Notebook-cutout-4.gif");
	font-family: "Comic Sans MS", "Kristen ITC", cursive;
	}
#subscribe td.margin {
	width: 42px;
}
#subscribe td.content {
	font-size: 1.35em;
	width: 660px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: center;
}
#white {
	margin: auto;
	background-color: white;

	border: medium ridge Lime;
}
#subscribe td.subscribe {
	border: medium ridge Lime;
}
#blackborder {
	border: 1px solid Black;
}

