body{
	margin-top:		1em;
	margin-right:		1em;
	margin-bottom:		1em;
	margin-left:		1em;
	background-color:	#ffffff;
	color:			#000000;
	font-size:		16px;
	line-height:		1.6;
}

h1{
	margin-top:		1em;
	margin-right:		0em;
	margin-bottom:		1em;
	margin-left:		0em;
	background-color:	steelblue;
	color:			white;
	text-align:		center;
	font-size:		28px;
    padding:		12px 12px 12px 12px;
}

h2{
	margin-top:		1em;
	margin-right:		0em;
	margin-bottom:		1em;
	margin-left:		0em;
	background-color:	rgb(204, 204, 255);
	color:			black;
	font-size:		20px;
	font-weight:		bold;
	text-align:		center;
	padding:		10px 10px 10px 10px;
}


h3{
	margin:			1em 0em 1em 0em;
	background-color:	blue;
        color:			white;
        text-align:		left;
        padding:		5px 5px 5px 10px;
        font-size:		20px;
}

p{
	color:			black;
}

pre{
	font-weight:		normal;
        white-space:		pre;
        font-size:		11pt;
        line-height:		1.1em;
        color:			white;
        background-color:	midnightblue;
        margin:			1em 2em 1em 2em;
        padding:		5pt 10pt 5pt 10pt;
        border-width:		medium;
        border-style:		solid;
        border-color:		teal;
}

div{
	margin:			0.5em 0em 0.5em 0em;
}

div.l{
	text-align:		left;
}

div.c{
	text-align:		center
}

div.r{
	text-align:		right
}

div.title{
	font-size:		25pt;
	background-color:	white;
	color:			black;
	text-align:		center;
	padding:		10pt 8pt;
}

a{
	text-decoration:	none;
}

a:link{
	color:			midnightblue;
}

a:visited{
	color:			darkgreen;
}

a:active{
	color:			maroon;
}

a:hover {
	background-color:	lightsteelblue;
}

.lt{
	text-align:		left;
	vertical-align:		top;
}

.ct{
	text-align:		center;
	vertical-align:		top;
}

.rt{
	text-align:		right;
	vertical-align:		top;
}

.lm{
	text-align:		left;
	vertical-align:		middle;
}

.cm{
	text-align:		center;
	vertical-align:		middle;
}

.rm{
	text-align:		right;
	vertical-align:		middle;
}

.lb{
	text-align:		left;
	vertical-align:		bottom;
}

.cb{
	text-align:		center;
	vertical-align:		bottom;
}

.rb{
	text-align:		right;
	vertical-align:		bottom;
}

.italic{
	font-style:             italic;
}

.bold{
	font-weight:            bold;
}

.underline{
	text-decoration:	underline;
}

.red{
	color:			red;
}