body	{	background-color : #ffffff;
			background-image : url(background.jpg);
			color : #000000;
			font-family : "Georgia", "Times New Roman", serif;
		}

table	{	background-image : none;
			background-color : #42334f;
		 }

.paper {
			background-color: #ffffff;
			background-image : none;
		}

a { /* month's bgcolor, -3 at each position, bold, underline */
	font-style: normal;
	text-decoration : underline;
	font-weight : bold;
	color: #5e8640;
}

a:Visited {  /* #666666 grey, bold, underline */
	font-style: normal;
	text-decoration : underline;
	font-weight : bold;
	color: #666666;
}

a:Active {  /* month's bgcolor, -6 at each position, bold, no underline */
	font-style: normal;
	text-decoration : none;
	font-weight : bold;
	color: #6666cc;
}

a:Hover { /* month's bgcolor, -6 at each position, bold, no underline */
	font-style: normal;
	text-decoration : none;
	font-weight : bold;
	color: #6666cc;
}

a.eos {
	color : 5e8640;
}