/* This CSS file defines the styles used        */
/* for the EternallyChocolate.com website       */
/* Author: Adam McCracken                       */
/* Last Updated: 05-18-2005                     */

/* html {							*/
/* border-top: 50px solid #000;		*/
/* border-bottom: 50px solid #000;	*/
/* }								*/

/* url(../images/brown002.jpg) */

body {
	background: #663300;
	margin:0px 0px; padding:0px;
	text-align:center;
	color: black;}

p{	font-weight: bold;
	color: black;}

A{	text-decoration: none;
	color: red;}

A.title{
	text-decoration: none;
	color: black;}
 
A:visited{
	text-decoration: none;
 	color: red;} 

A:hover{
	text-decoration: underline;
 	color: red; }

A:active{
	text-decoration: underline;
	color: red; }

div.content{
	width:812px;
	margin-left: -406px;

	height: 473px;
	margin-top: 25px;

	position: absolute;
	left: 50%;

	text-align:  center;
	padding:10px;
	background-color:white;
	font-family: Arial, sans-serif;
	font-size:16pt;
	color: black;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;}
tr, td { text-align:  center }