font {
	font-family:"Osaka";
	font-size:10px;
	line-height:14px;
}

.text1 {
	font-family:"Osaka";
	font-size:12px;
	line-height:16px;
}

/*_______________________________________
						[ Default ] link color
_______________________________________*/

A:link {
	text-decoration:none;
	color:#333333;
}

A:visited {
	text-decoration:none;
	color:#333333;
}

A:hover {
	text-decoration:underline;
	color:#CC0000;
}

A:active {
	text-decoration:none;
	color:#333333;
}

/*_______________________________________
						[ LINK ] link color
_______________________________________*/

A:link.net {
	text-decoration:none;
	color:#4E83B7;
}

A:visited.net {
	text-decoration:none;
	color:#4E83B7;
}

A:hover.net {
	text-decoration:underline;
	color:#CC0000;
}

A:active.net {
	text-decoration:none;
	color:#4E83B7;
}