body{
	font-family: verdana,arial,sans-serif;
	font-size: 0.9em;
	cursor: default;
}

h1,h2,h4 {
	font-family: verdana,arial,sans-serif;
}

h1 {
	width: 75%;
	font-size: 250%;
	text-align: center;
	text-shadow: #004 0px 0px 20px, #f08 0px 0px 1px;
}

h4 {
	text-align: center;
}

p{
	width: 100%;
	text-align: justify;
	line-height: 1.2em;
}

pre,code{
	font-size: 1em;
	font-family: "courier new", courier, monospace;
	color: #909;
}

pre{
	border-left : 2px solid #666;
	padding-left: 2ex;
	margin-left: 4ex;
	cursor: text;
}

pre code span{
	color: #060;
	background-color: transparent;
}

hr{
	color: #555;
	text-align: center;
	width: 100%;
}
