/*
Make background of entire site 
*/

body {
	color: #000000;
	border: none;
	font-family: Times New Roman;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #000000;
	border-color: #000000;
	} 


/* Table style */

.havana {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	margin: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #FFFFFF;
	}

.box {
	margin: 0;
	border: 3px solid #000000;
	padding: 0;
	}

	


h1 {font: 14pt Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
}

h3 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 12pt;
	line-height: 17px;
	padding: 0px;
	margin: 5px;
}
	
h4 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	font-family: "Times New Roman";
}
		
h5 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 14pt;
	line-height: 20pt;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}


h6 {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 10px;
}	 
/*
All about Links
*/

a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:active { color: #FF0000; text-decoration: none }
a:hover { color: #FF3300; text-decoration: underline }

	
