
body { line-height : 18px ; 
				font-size : 14px; 
				font-family: sans-serif;
				background-color:#333333; 
				color:#FFFFFF; 
				scrollbar-Track-Color:#303030;
				scrollbar-Face-Color:#000000;
				scrollbar-Shadow-color:#222222;
				scrollbar-DarkShadow-Color:#555555;
				scrollbar-Arrow-Color:#FFFFFF;
				scrollbar-3dLight-Color:#E0E0E0;
				scrollbar-Highlight-Color:#DDDDDD;
				margin-top:20px;
				text-align:center;
				margin-bottom:20px;
				margin-left:auto;
				margin-right:auto;
				width:782px;
}
td { 
		line-height : 18px ; 
		font-size : 14px; 
		background-color:#000000 ; 
		color:#FFFFFF; 
		margin-right:20px;
}
td.readme {
			font-size : 10px;
			vertical-align:top;
			text-align:right;
}
td.copyright {
			font-size:10px;
			vertical-align:bottom;
			text-align:right;
}
td.search {
			vertical-align:top;
			text-align:right;
			font-size:10px;
}
td.link {
			text-align:center;
}
.ymd {
			vertical-align:top;
}
.base {
			color:#CCCCCC;
			font-size:12px;
			text-align:left;	
}
button {
				border:solid 0px #000000;
				background-color:#000000;
				width:94px;
				height:23px;
				margin-top:0;
}
h4 {
		font-size:14px;
		text-align:left;
		margin-bottom:0;
		margin-top:10px;
		border-left:solid 14px #999999;
		padding-left:5px;
}

A:link{
	color:pink;
	text-decoration:none;
	cursor:crosshair;
}

A:visited{
	color:purple;
	text-decoration:none;
	cursor:crosshair;
}

A:active{
	color:yellow;
	text-decoration:underline;
}

A:hover{
	color:mediumseagreen;
	text-decoration:underline;
}