

img {
	max-width:100%;
}


img.thumb { 
object-fit: cover;

height: 240px;
width: 240px;
border-width: 2px;
border-style: solid;
border-color: #006666;
}
img.large {
border-width: 2px;
border-color: #006666;
border-style: solid;
}
body {

font-family: verdana;
font-size: 11pt;
color: #95FFFF;
background-color: #007171;
}
td {
font-family: verdana;
font-size: 11pt;
color: #95FFFF;
}
th {
font-family: verdana;
font-size: 11pt;
color: #95FFFF;
}
h1 {
margin: 0px;
font-family: trebuchet ms;
font-weight: 900;
font-size: 25px;
text-align: center;
color: #95FFFF;
}
h2 {
margin: 0px;
font-family: trebuchet ms;
font-weight: 900;
font-size: 18px;
text-align: center;
color: #95FFFF;
}
h3 {
font-style: normal;
font-size: 18px;
}
h3.center {
font-style: normal;
font-size: 18px;
text-align: center;
}
h4 {
font-style: normal;
font-size: 18px;
text-align: center;
}
h5 {
font-style: normal;
font-size: 18px;
text-align: right;
}
A:link {
color: #95FFFF;
}
A:visited {
color: #30C0C0;
}
A:hover {
text-decoration: none;
color: #91DFDF;
}
A:active {
color: #95FFFF;
}
.alternate {
color: #95FFFF;
background-color: #0c5849;
}
A.link2:link {
color: #95FFFF;
}
A.link2:visited {
color: #95FFFF;
}
A.link2:active {
color: #95FFFF;
}
.right {
text-align: right;
}
.rightalt {
background-color: #0c5849;
color: #95FFFF;
text-align: right;
}
.middlealt {
background-color: #0c5849;
color: #95FFFF;
text-align: center;
}
.middle {
text-align: center;
}
.howmany {
font-size: 10pt;
color: #95FFFF;
text-align: center;
}
.inform {
font-size: 10pt;
color: #95FFFF;
}
.reg {
font-size: 11pt;
color: #95FFFF;
}
.nobg {
background-image: url("") ;
background-color: #ffffff;
color: #000000;
}


.box_round {
     -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */
}

