/* CSS Document */

body {
	color      : #333333;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', Osaka;
	font-size  : 12px;
	line-height: 180%;
	background-repeat:repeat-x;
	background-image: url(img/bg1.gif);
}
a:link    { color: #663300; }
a:visited { color: #663300; }
a:active  { color: #999966; }
a:hover   {
	color          : #999966;
	text-decoration: underline;
}