html,body{
	background: #fff;
	text-align:left;
	color: #222;
}

h1{
	line-height:32px;
	font-weight:bold;
	font-size:189%;
	margin-bottom:16px;
}

a,a:visited {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h2{
	text-align:left;
	font-weight:bold;
	width:80%;
	font-size:114%;
	/*text-indent:20px;*/
	padding-top:8px;
	padding-bottom:4px;
	margin-bottom:4px;
	color:#113080;
}

h3{
	text-align:left;
	font-weight:bold;
	padding:8px 0;
	margin-left:16px;
}

p{
	text-align:justify;
	margin-bottom:16px;
}

code{
	font-family: monospace;
	color:grey;
}

pre{
	white-space: pre;
	margin-bottom: 14px;
}

table{
	margin-bottom:16px;
	border:1px solid grey;
	border-collapse: collapse;
}

thead{
	text-align:center;
	font-weight:bold;
	background:#71a0c0;
}

tr{
	height:31px;
}

td{
	border:1px solid grey;
	padding: 0 8px;
}

img {
	border:0;
}

textarea{
	width:300px;
	height:150px;
}

iframe {
	border:1px solid grey;
}
fieldset{
	border:none;
}