@import url(style_strict.css);


/* color info
#800000 maroon
#f5deb3 wheat
#fffff0 ivory
#999933
*/

body
{
	background		: #ffffff ; 
	font-size		: 95% ; 
	color			: #333333 ; 
	font-family		: osaka,'‚l‚r ‚oƒSƒVƒbƒN',sans-selif; 
}

p
{
	font-size	: 95% ; 
	color		: #333333 ; 
	line-height	: 160% ; 
}

td
{
	font-size	: 95% ; 
	color		: #333333 ; 
}

h1
{
	font-size	: 120% ; 
	color		: #333333 ; 
	text-align	: left ; 
	font-weight	: bold ; 
}

h2
{
	font-size	: 120% ; 
	color		: #333333 ; 
	text-align	: left ; 
	font-weight	: bold ; 
}

h3
{
	font-size	: 100% ; 
	color		: #333333 ; 
	text-align	: left ; 
	font-weight	: bold ; 
}

h4
{
	font-size	: 95% ; 
	color		: #333333 ; 
	text-align	: left ; 
	font-weight	: bold ; 
}

a:link, a:visited
{
	color		: #800000 ; 
}
a:active, a:hover
{
	color		: #cc6600 ; 
}

a.works:link
{
	color		: #333333 ; 
	font-weight	: bold ; 
}
a.works:visited
{
	color		: #666666 ; 
	font-weight	: bold ; 
}
a.works:active, a.works:hover
{
	color		: #CC6600 ; 
	font-weight	: bold ; 
}

em
{
	font-style	: normal ; 
	font-weight	: bold ; 
}

li
{
	font-size	: 95% ; 
	color		: #333333 ; 
	line-height	: 160% ; 
}

ul
{
	list-style-type	: disc ; 
}

.mini
{
	font-size	: 85% ; 
}

.att
{
	background	: #f5deb3 ; 
}

.new {
	font-weight	: bold ;
	color		: #cc0000 ;
}

