.myjapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	font-weight: normal;
}

.coontie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
	font-weight: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
}
.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: 336633;
}
.comingsoon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #336633;
}
.redcopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 660033;
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.pictitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ******************* Links styles ***********************								
/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
 background: #E0DCC5;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
background: #E0DCC5;
}

/*	Unvisited links								*/
a:link {
color: #336633;
background:  #E0DCC5;
; font-family: Arial, Helvetica, sans-serif
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #336633;
background: #E0DCC5;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF6666;
background: #E0DCC5;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
background: #E0DCC5;
}
