
html{
	overflow-y: scroll;
}

body{
	margin:0;
	padding:0;
	color:#333333;
}

#includeContents > div > table,
#includeContents > table{
	width: 840px;
}

#includeContents > table table{
	width: 100%;
}

#includeContents > div > table td > table{
	width: auto;
	margin: 0 auto;
}

#includeContents pre{
	text-align: right;
}

table td{
	text-align: left;
}

blockquote{
	text-align: left;
}

blockquote pre{
	text-align: left;
}

a:link{
	color:#01498e;
	text-decoration:none;
}

a:visited{
	color:#0062bf;
	text-decoration:none;
}

a:hover{
	color:#2279ca;
	text-decoration:underline;
}
