/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: #dddddd;
}

p {
padding-left: 15px; padding-right: 15px;
text-align: left;
}
A:link {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A:hover {
	COLOR: yellow; TEXT-DECORATION: underline
}
A:active {
	COLOR: yellow; TEXT-DECORATION: underline
}

.style1 {font-size: 14px}
.style2 {
	color: #114C88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
}
.style3 {font-size: 10px}
.style4 {font-size: 12px}
.style4a {font-size: 12px; color:#ffffff; text-align:center; font-style:normal;}
.style4b {font-style:normal;}
.style5 {font-size: 12}
.style6 {font-size: 11px}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#showbox {font-family:Arial, Helvetica, sans-serif;font-size:10pt;color:#ffffff; text-align:center;}
#boatshow {font-family:Arial, Helvetica, sans-serif;font-size:8pt;color:#ffffff; margin-left:10px;}
#boatshow a:link {color:yellow; text-decoration: underline;}
#boatshow a:visited {color:yellow; text-decoration: underline;}
#boatshow a:hover {color:yellow; text-decoration: underline;}
#boatshow a:active {color:yellow; text-decoration: underline;}

#member a {font-family:Arial, Helvetica, sans-serif;font-size:8pt;color:#ffffff; margin-left:10px;}
#member a:link {color:yellow; text-decoration: underline;}
#member a:visited {color:yellow; text-decoration: underline;}
#member a:hover {color:yellow; text-decoration: underline;}
#member a:active {color:yellow; text-decoration: underline;}
#member .mem {
	padding-left:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
}

#member .memimg {
	float:middle;
}	