#allcontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#maintext {
	color : black;
	background-color : #FFFFFF;
	font-family : "Lucida Grande", "Verdana", "Arial", "Helvetica";
	font-size : 12px;
	line-height : 18px;
	text-align : justify;
	margin : 0px;
	padding : 0px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 15px;
	margin-bottom : 15px;
	list-style: square inside;
}

#code {
	color : black;
	background-color : #e7e7e7;
	text-align : left;
	margin : 0px;
	padding : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 15px;
	margin-bottom : 15px;
	font: 12px/14px Courier;
	border-style: dotted;
	border-width: 1px;
}

h1 {
	color : black;
	font-size : 24px;
	font-family : "Verdana", "Arial", "Helvetica";
	background-color : transparent;
}

a {
	color : #3C76D4;
	text-decoration : underline;
	background-color : transparent;
}
a:visited {
	color : #98B7E8;
	background-color : transparent;
}
a:hover {
	color : #1A407C;
	text-decoration : underline;
	background-color : transparent;
}
a:active {
	color : #1A407C;
	background-color : transparent;
}
a:focus
{
	color : #1A407C;
	text-decoration : underline;
	background-color : transparent;
}

