/* setting for Backgrounde */
body {
background-color: #cceebb;
}

/* setting for Browser Collection Font Style */
p,div,dd,dt,dl,ul,ol,input,select,textarea,tr,td {
font-size: 12px;
line-height:20px;
color: #555555;
}

/* Setting for Link Collor Style */
a:link{color: #000000;}
a:visited{color: #000000;}
a:hover, a:active{color: #00ddff;}

/* Setting for Spesial Link Collor Style */
a.special:link { color: #ffffff;text-decoration: none;} 
a.special:visited { color: #ffffff;text-decoration: none;} 
a.special:hover, a:active { color: #55ffff;text-decoration: underline;}

/* Setting for background*/
.back {
background-image: url(../img/reef.gif);
background-repeat: no-repeat;
}

/* Setting for other */
.marg20{padding: 20px}
.marg15{padding: 15px}
.marg10{padding: 10px}
.marg6{padding: 6px}
.marg4{padding: 4px}
.marg_leftright20{padding: 0px 20px}
.marg_topbottom4_leftright10{padding: 4px 10px }
.weight_b{font-weight: bold}
.color_white{color: #ffffff}
.color_green{color: #006600}
.size_s{font-size: 10px ;line-height: 18px;}
.size_l{font-size:14px ;line-height: 22px;}
.underline{text-decoration: underline}