html 				{
					overflow-y 			: scroll;
					}
body				{
					font-family			: arial;
					font-size			: 13px;
					color				: #ffffff;
					}
td					{
					font-size			: 13px;
					}
a					{
					text-decoration		: none;
					color				: #E6C87D;
					}
a:hover				{
					text-decoration		: underline;
					color				: #ffffff;
					}
.hd					{
					background-image	: url("graphics/hdbg.gif");
					background-repeat   : no-repeat;
					}
.big				{
					font-size			: 15px;
					}
.sml				{
					font-size			: 11px;
					color				: #ffffff;
					}
.poem				{
					font-size			: 11px;
					color				: #000000;
					}
.btm				{
					background-image	: url("graphics/btmtile.jpg");
					background-repeat   : repeat-x;
					}
.borders			{
					border-left			: 1px solid #754F31;
					border-right		: 1px solid #754F31;
					border-top			: 0px solid #754F31;
					border-bottom		: 0px solid #754F31;
					}
.poembg				{
					background-image	: url("graphics/poemtile.jpg");
					background-repeat   : repeat-y;
					}
.maintile			{
					background-image	: url("graphics/maintile.jpg");
					background-repeat   : repeat-x;
					background-position : top;
					}