a {
	text-decoration: none;
}

a:active {
	color: #ff9900;
}

a:visited {
	color: #191970;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

body {
	color: #333333;
	background: #ffffff;
}

dl.history {
	padding-top: 0px;
}

dl.history dt {
	margin: 0px;
	position: relative;
	top: 1em;
}

dl.history dd {
	position: relative;
	left: 48px;
}

dt {
	font-weight: bold;
	margin-top: 30px;
}

div.contents {
	margin-left: 40px;
	margin-right: 30px;
}

div.copyright {
	font-size: 80%;
}

div.infojam {
	font-size: 80%;
}

div.title {
	width: 100%;
	filter: DropShadow(color=#e0e0e0,offX=2,offY=2);
	margin-left: 10px;
}

em {
	color: #ff0000;
	font-style: normal;
}

h1 {
	width: 100%;
	color: #ffffff;
	background-color: #0179ff;
	border: 2px solid #3389ff;
	padding: 4 0 2 4;
	text-align: center;
    margin: 10 -2;
	font-weight: bold;
}

h2 {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
	border-left-width: 32px;
	border-right-width: -32px;
	padding: 4 0 2 4;
	text-align: left;
    margin: 10 -2;
	font-weight: bold;
}

h2.index {
	padding: 4 0 2 24;
	border: 1px solid #CCCCCC;
}

h3 {
	width: 100%;
	background-color: #eeeeee;
	border: 1px solid #e0e0e0;
	border-left-width: 12px;
	border-right-width: -36px;
	padding: 4 0 2 24;
	text-align: left;
    margin: 10 -2;
	font-weight: bold;
}

hr {
	color: #0179ff;
}

hr.title {
	display: none;
}

li {
	margin-top: 5px;
}

pre {
	border: 1px solid #666666;
	padding: 5px;
	white-space: pre;
	width: 100%;
	font-size: 13px;
}

pre.perl {
	border: 1px solid #0179ff;
}

pre.perl span.perl {
	position: relative;
	top: -5px;
	left: -5px;
	background: #0179ff;
	color: #ffffff;
	border: 1px solid #0179ff;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

pre.php {
	border: 1px solid #01bb79;
}

pre.php span.php {
	position: relative;
	top: -5px;
	left: -5px;
	background: #01bb79;
	color: #ffffff;
	border: 1px solid #01bb79;
	width: 50px;
	text-align: center;
	font-weight: bold;
}

pre.html {
	border: 1px solid #00949c;
}

pre.html span.html {
	position: relative;
	top: -5px;
	left: -5px;
	background: #00949c;
	color: #ffffff;
	border: 1px solid #00949c;
	width: 50px;
	text-align: center;
	font-weight: bold;
}


pre.hdml {
	border: 1px solid #339c00;
}

pre.hdml span.hdml {
	position: relative;
	top: -5px;
	left: -5px;
	background: #339c00;
	color: #ffffff;
	border: 1px solid #339c00;
	width: 50px;
	text-align: center;
	font-weight: bold;
}


span.c {
	color: #008200;
}

span.gray {
	color: #999999;
}

tr.bg0 {
	background: #ffcccc;
	text-align: center;
	font-size: 80%;
}

tr.bg1 {
	vertical-align: top;
	background: #eeeeee;
	font-size: 80%;
}

tr.bg2 {
	vertical-align: top;
	background: #e0e0e0;
	font-size: 80%;
}

