body {
	font: normal 17px Arial,helvetica;
	line-height: 17px;
	color: black;
}

A:ACTIVE, A:LINK, A:VISITED {
	Color: MidnightBlue;
	Text-Decoration: underline;
}

A:HOVER {
	Color: #000000;
	Background-Color: #ccddee;
	Text-Decoration: underline;
}

strong, b {
	font: bold 17px Arial,helvetica;
	line-height: 17px;
	color: black;
}

h1 {
	font: bold 36px Arial,helvetica;
}

h2 {
	font: bold 24px Arial,helvetica;
}

h3 {
	font: bold 20px Arial,helvetica;
}

p, li {
	font: normal 15px sans-serif;
	line-height: 16px;
}

div {
	font: normal 15px sans-serif;
	border: 1px solid #000000;
	background-color: #ccddee;
	line-height: 16px;
}

code, kbd {
	padding: 0 2px;
	border: 1px solid #000000;
	background-color: #dddddd;
	font-family: monospace;
}

pre {
	margin: 0 25px;
	padding: 5px;
	border: 1px dashed #000000;
	width: 70%;
	#height: 200px;
	background-color: #eeeeee;
	text-align: left;
	overflow: auto
}



abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #333333;
}

img {
	border: 1 none;
}





