body
	{background-color: rgb(79, 93, 110);
	background-image: url('../images/pinkbg.jpg');
	background-repeat: repeat-x;
	margin: 0;}
#h1
	{width: 800px;
	margin: auto;
	height: 304px;
	background-color: rgb(173, 187, 208);
	background-image: url('../images/headerimg.jpg');
	background-repeat: no-repeat;
	z-index: 1;}
#h2
	{width: 800px;
	margin: auto;
	height: 500px;
	background-color: rgb(195, 213, 223);
	z-index: 1;}
#content
	{padding: 10px;
	text-align: justify;}
li.topdw
	{background-color: rgb(254, 133, 186);
	list-style: none;
	line-height: 20px;
	float: left;
	letter-spacing: 1px;
	padding-left: 13px;
	padding-right: 13px;
	text-align: center;}
li.topdw:hover
	{background-color: transparent;
	cursor: help;}
li#date
	{background-color: transparent;
	text-align: right;
	font-weight: bold;
	color: rgb(255, 255, 255);
	cursor: default;}
li.credit
	{position: absolute;
	margin-top: -20px;
	line-height: 20px;
	float: left;
	color: rgb(47, 122, 184);
	list-style: none;}
div, p, h1, h2, h3, h4, h5, h6
	{font-family: arial, serif;
	color:rgb(10, 56, 53);}
a
	{text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);}
a:hover
	{color: rgb(98, 159, 0);
	cursor: help;}
li:hover a
	{color: rgb(98, 159, 0);}