body {font-family: tahoma,verdana,arial,times new roman,courier; font-size: 12pt;color: black; background-color: #6ca5da;}

.pagehead  {font-size: 28pt; color: #305e9a; font-weight: bold}
.pagedate  {font-size: 10pt; color: grey}
.highlight {font-size: 14pt; color: yellow; font-weight: bold}

table {text-align: left; border-width: 0px; font-size: 12pt; background-color: white; margin-left: auto; margin-right: auto; }
.tablebody	{background-color: white}
.tablebody2	{background-color: #305e9a}

td {
  vertical-align: top;
}

a {text-decoration: none}
a:visited {color: blue} /* already clicked */
a:hover   {color: #305e9a} /* when touched */
a:active  {color: #305e9a} /* when clicked */
a:link    {color: blue} /* initial linkcolor */

.img4 {
	width: 270px;
	height: 480px;
	border: 0px;
}

/* respoonsive image */
.img1{
 width: auto;
}

.img1 img {
  max-width: 80%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
