		/* 1em means the final drawn size of the body text will always be determined by the user's preferred font size. */

		Body {
			background: #cccccc;
			background-image: none;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: .9em;
			line-height: 1.2em;
			color: #333333;
			margin: 10px;
		}

		A:hover{
			background-color:yellow;
		}

		H1, H2, H3, H4, H5, H6 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #330066;
		}

		.copyrite{
			font-size: .6em;
		}

		#header{
			background-color: #ccccdd;
			border-bottom: 1px solid #000000;
			text-align: center;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#totop{
			font-size: .8em;
		}

		#header a:link, #header a:visited, #totop a:link, #totop a:visited{
			text-decoration: none;
			color: #0000ff;
		}

		#li{
			list-style-image: url(star.gif);
		}
