BODY {
	color : Black;
	font-family :  Arial, Helvetica, sans-serif; 
	font-size : 14px;
	margin-left : 25px;
	background-image : url('images/stucco.jpg');
}

P {
	margin-left : 5px;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
}

P.details {
	margin : 15px 15px 15px 15px;
	font-size : 14px;
}

DIV.header {
	background: white;
	width: 30%;
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 1%;
	border-style: solid;
	border-color: #011990;
}

DIV.floatright {
	background: transparent;
	float: right;
	width: 20%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1%;
	border-style: solid;
	border-color: #011990;
}

DIV.floatleft {
	background: transparent;
	float: left;
	width: 20%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1%;
	border-style: solid;
	border-color: #011990;
}

DIV.main {
	background : transparent;
	width : 80%;
	border-color: #011990;
}

HR {
	display: inline;
	color: #011990;
}

TD {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
}

PRE {
	background-color : transparent;
	font-family : "Courier New", Courier, monospace;
	font-size : 13px;
	margin-left : 5px;
}

UL {
	background-color : transparent;
	margin-left : 25px;
	list-style-position : outside;
}
OL {
	background-color : transparent;
	margin-left : 25px;
	list-style-type : decimal;
	list-style-position : inside;
}

A:LINK {
	color: #3368FF;
	background-color: transparent;
	text-decoration: none;
}

A:VISITED {
	color: #6533FF;
	background-color: transparent;
	text-decoration: none;
}

H1 {
	background-color: transparent;
	color: #011990;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

H2 {
	background-color: transparent;
	color: #011990;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

H3 {
	background-color: transparent;
	color: #011990;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

H4 {
	background-color: transparent;
	color: #011990;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

H5 {
	background-color: transparent;
	color: #011990;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

H6 {
	background-color: transparent;
	color: #011990;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

A:ACTIVE {
	background-color : transparent;
	color : #CC9966;
	text-decoration : none;
}
A:HOVER {
	background-color : #011990;
	color : #FFFFCC;
	text-decoration : none;
}

table {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px;
	padding : 1px;
}
