BODY {background-color="#FFFFFF"}

A:link, A:active {color: blue; text-decoration: none}

A:visited {color: darkslateblue; text-decoration: none}

A:hover {color: red; text-decoration: none}

strong {
color: #663;
font-size: 120%;
font-weight: bold;
background-color: #ff3;
padding: 6px;
border: 1px #663 solid;
display: block;
text-align: center;
}


h2 {
color: #666633;
	font-family: Verdana;
	font-weight: bold;
	font-size: 15 px;
	}
	
h3 {
color: #666633;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13 px;
	}
	
.twintip { 
         background-attachment: scroll; 
         background-image: url(./images/jl_board.jpg); 
         background-repeat: no-repeat; 
         background-position: center top; 
         background-color: #ffffff; 
 }

.twintiplink {
	color: #0000FF;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}

a:hover .twintiplink {
	color: #FF0000;
	background: #ffffff;
	padding: 3px;
}


.text {
	color: #666633;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10 px;
	text-indent: 20px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

.newstext {
	color: #000099;
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
	font-size: 10 px;
	padding-left: 5px;
	padding-right: 5px;
}

.ikohead {
	color: white;
	font-family: Verdana;
	font-weight: normal;
	font-size: 14 px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}

.header {
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10 px;
}

.caption {	font-size: 9pt;
	font-family: Minion Web, Times New Roman, Times;
	border-color: #000000;
	padding-left: 30px;
}

.float_left {
float: left;
margin: 5px;
border: 1px solid #663;
padding: 6px;
}

.float_left a:hover {
border: 3px solid #ff3;
}