
* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #006666;
  color: #003333;
  font-family: "verdana", sans-serif;
}

table {
	text-align: center;
	border: 1px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

td	{
	text-align: center;
	border: 1px solid black;
	padding: 15px;
}

.page {
	min-width: 744px ;
  max-width: 900px;
  font-size: 10.5pt;
  margin: 0px auto;
  margin-bottom: 35px;
  text-align: center;
}

.title-image {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.contents {
	width: 100%;
	padding: 18px ;
	background-color: #339999;
	margin-left: 0;
	margin-right: 0;
}

h1 {
  font-size: 36pt;
  font-weight: normal;
  padding-bottom: 5px;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  padding-top: 30px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

p {
	padding: 0 ;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

p.just {
	text-align: justify;
}

a:link { color: #ffbb00 }

a:visited { color: #000000 }

a:hover { color: #FFF }

a {text-decoration: none}

ul#five {
	width: 100% !important ;
	padding-left: 4% ;
}

li {
  list-style: none;
  text-align: left;
  line-height: 1.5;
  font-size: 11pt;
  font-weight: normal;
  float: left;
  display: inline;
}
#five li {
	width:20%; 
}
