<style type="text/css">

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
	
a { text-decoration: underline;
font-weight: bolder;
 }

a:hover { color: darkblue;
background-color: yellow;
font-weight: bolder; }

a:hover.a { color: yellow;
background-color: yellow;
padding-top: 25px;
padding-bottom: 12px;
padding-right: 12px;
padding-left: 12px;
}

body {
	background-color: #149dcc;
	font-family: Arial, Helvetica, sans-serif;
}

/* set up a double table structure */

.style3 {
	color: #000080
}

.style4 {
	color: #FFFFFF
}

h3 {padding-top: 7px;
padding-bottom: 7px;}

.responsive {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.hr1 {
	width: 100%;
	height: 2px;
	background-color: red;
	color: red;
	text-align: left;
}

.hr2 {
	width: 100%;
	border: 3px solid darkblue;
}

.hr3 { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 4px;
} 

table {
	table-layout: fixed;
	min-width: 300px;
    max-width: 850px;
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: white;
	border-style: solid;
	border-width: 7px;
	border-spacing: 10px;
	border-color: darkblue;
    margin: 0 auto; /* or margin: 0 auto 0 auto */	
}

#tr01{height:20px;
background:#d9a54e;
border-collapse: collapse;}

#tr02{height:20px;
background:#d9a54e;
border-collapse: collapse;}


#tr03{height:20px;
background:#d9a54e;
border-collapse: collapse;}

#td01{
background:#d9a54e;
border-collapse: collapse;}

#td02{
background:#d9a54e;
border-collapse: collapse;}

#td03{
background:#d9a54e;
border-collapse: collapse;}

.style10 {
	font-size: 24px;
	color: #3c0000;
}

.style11 {
	font-size: 36px;
	font-weight: bold;
	color: #3c0000;
}

.col1{background:#d9a54e}

.row1{background:#d9a54e}

.tab1{background:#fff}

.style12 {
	font-size: 28px;
	font-weight: bold;
    color: #3c0000;
}

.style13 {color: #3c0000}

.style15 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.style16 {
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.style17 {
	font-size: 16px;
	font-weight: normal;
    color: black;
    background-color: white;
    padding-left: 20px;
}

.next-table {
	background: #fff;
	padding: 0px;
	border-collapse: collapse;
}

</style>