BODY
{
    font: "MS UI Gothic", "Osaka|"C10px
	;
    text-align: left;
    color:#333333;  /* black */
    line-height: 1.4
	;
}

.style_1
{
	font: 10px	; 
	
}

.style_2 
{
    font-size: 11px ;
	line-height:120%;
	}
A {color:#ffffFF; text-decoration: underline; 
} 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

.style_3
{
	font: 13px	; 
}
.style_4
{
    font-size: 13px ;
	line-height:120%;
	}
A {color:#333333; text-decoration: underline; 
} 

