	body {
		background-color: #FFEBCD
	}
	blockquote, p, .menuheader, h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
                color: #000000;
	}
	h1 {
		font-size: 16px;
		color: #E9967A;
	}
	.outerborder {
		border: 1px solid #E9967A;
		width: 200px;
	}
	.menuheader {
		background-color: #E9967A;
		color: #FFEBCD;
		font-weight: bold;
		text-align: center;
		margin-left: 1px;
		margin-top: 1px;
		margin-right: 1px;
		padding-left: 5px;
		padding-top: 2px;
		padding-bottom: 3px;
	}
	.menutext { 
		text-align: left;
		padding-left: 5px;
	}
	h3 {
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #E9967A;
                letter-spacing: 0.3em;
        }
        .postinfo {
		font-style: italic;
		font-weight: bold;
                color: #CD5C5C; 
	}
	.contentcell {
		width: 400px;
	}
	a:link {
		color: #A0522D;
                text-decoration: none;
	}
	a:visited {
		color: #E9967A;
                text-decoration: none;
	}
	a:active{
		color: #E9967A;
                text-decoration: none;
	}
	a:hover {
		color: #E9967A;
                text-decoration: blink;
                background color: #FFFFFF;
	}

