body {
	background-color: white;
	font-family: verdana, tahoma;
	font-size: 12px;
	color: black;
}


A:link	{
	color: gray;
 	text-decoration: underline;
	font-weight: normal;
	border: gray;
		 }
		 
A:visited	{
	color: gray;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
		 }
A:active	{
	color: orange;
	text-decoration: underline;
	outline: none;
		}

A:hover	{
	color: darkorange;
	text-decoration: underline;
		}

A:link img	{
	border-color: gray;
		}
A:visited img	{
	border-color: gray;
		}
		
A:active img	{
	border-color: orange;
		}
		
A:hover img	{
	border-color: orange;
		}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	}
	
table {
	margin-left: auto;
	margin-right: auto;
}
.mainholder {
	background-color: white;
	width: 100%;
	margin: 0;
}
.mainholder table {
	margin-left: auto;
	margin-right: auto;
}

.column1 {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	width: 210px;
	}

.column2 {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	width: 400px;
	}

.column3 {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	width: 200px;
	}
.torange {	
	line-height: 90%;
	letter-spacing: -1px;
	color: orange;
	font-size: 24pt;
	font-weight: bold;
	}

.tgray {	
	border: 0px #000000 none;
	line-height: 90%;
	letter-spacing: 4px;
	color: gray;
	font-size: 24pt;
	}

.agray {	
	border: 0px #000000 none;
	line-height: 90%;
	letter-spacing: 4px;
	color: gray;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	}

.head {
	width: 400px;
	padding: 0px;
	margin: 0px;
	border: 0px ffffff none;
	background-color: gray;
		}

.date {
	width: 70px;
	padding: 0px;
	text-align:center;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, tahoma;
	color: white;
	background-color: gray;
		}

.title {
	width: 380px;
	padding-left: 8px;
	text-align:left;
	background-color: white;
	letter-spacing: 0px;
	font-size: 13pt;
	font-family: verdana, tahoma;
	font-weight: normal;
		}

.post{
	font-size:10pt;
	font-family: verdana, tahoma;
	color: black;
	margin-bottom: 30px;
	border-bottom: 2px dashed black; 
		}
.recipe {
	font-size:8pt;
	font-family: verdana, tahoma;
	color: black;
	margin: 20px; 
		}

.container {
	position: relative;
	width: 400px;
	}

.comment {
	position: absolute;
	width: 180px;
	bottom: 5px;
	left: -200px;
	background-color: white;
	opacity: .9;
	font-size: 8pt;
	border: 1px dashed gray;
	padding: 5px;
	}
	
.comform {
	position: absolute;
	width: 180px;
	height: 216px;
	bottom: -227px;
	left: -200px;
	background-color: white;
	opacity: .9;
	border: 1px dashed gray;
	padding: 5px;
	}
	
.tolder {
	font-size: 10pt;
	text-align: right;
	position: absolute;
	width: 50px;
	top: -20px;
	right: 0px;
	}
.tnewer {
	font-size: 10pt;
	position: absolute;
	width: 50px;
	top: -20px;
	left: 0px;
	}
.bolder {
	font-size: 10pt;
	text-align: right;
	position: absolute;
	width: 50px;
	bottom: -20px;
	right: 0px;
	}
.bnewer {
	font-size: 10pt;
	position: absolute;
	width: 50px;
	bottom: -20px;
	left: 0px;
	}
.flinks {
	border: 2px dashed gray;
	font-size:10pt;
	text-align: left;
	padding: 2px;
	}
	
.stash {
	border-bottom: 2px dashed gray;
	line-height: 90%;
	letter-spacing: 8px;
	color: gray;
	font-size: 24pt;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	}

.home {
	float: right;
	position: relative;
	bottom: 22px;
	}
.nopad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.smallpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin: 0px;
}

.sidename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0.5em;
	color: #FFFFFF;
	background-color: #774422;
}