/* This CSS file defines the styles used        */
/* for the EternallyChocolate.com website       */
/* Author: Adam McCracken                       */
/* Last Updated: 05-18-2005                     */

body {
	background: #663300;
	margin:0px 0px; padding:0px;
	text-align:center;}

a,a:link,a:visited {
	text-decoration: none;
	color: white;}

a:active,a:hover{
	text-decoration: underline;
	color: white;}

a.date,a.date:link,a.date:visited{
	font-size:8pt;
	text-decoration: underline;
	color: #663300;}

a.date:active,a.date:hover{
	font-size:8pt;
	text-decoration: underline;
	color: red;}

div.notes{
	font-size:8pt;
	font-family: Arial, sans-serif;
	text-align: right;
	color: #663300;}

div.date{
	font-size:8pt;
	font-family: Arial, sans-serif;
	text-align: right;}

div.navmonth{
	font-size:10pt;
	font-family: Arial, sans-serif;
	color: red;
	position: relative;}

div.content{
	width:812px;
	margin-left: -406px;

	height: 550px;
	margin-top: 25px;

	position: absolute;
	left: 50%;

	text-align: center;
	padding:10px;
	background-color:white;
	font-family: Arial, sans-serif;
	color: brown;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;}

.calendarheader{
	font-size: 18pt;
	color: white;
	text-decoration: underline;}

.dayheader{
	font-size: 11pt;
	color: #663300;}

.monthheader{
	font-size: 11pt;
	color: #663300;
	font-weight: bold;}

.daycontent{
	font-size: 9pt;
	color: black;
	font-family: Arial, sans-serif;
	text-align: center;}
