Body { 		font-size : small ;
		font-family : 'tahoma' , 'MS UI Gothic' , '‚l‚r ‚oƒSƒVƒbƒN' ; 
		color : #999999 ; 
		background : #ffffff ; 
		margin-top : 20px ; 
		margin-bottom : 20px ; 
		margin-left : 20px ; 
		margin-right : 20px ; 
}
A:link { 	color : #66cc66 ; 
}
A:visited { 	color : #6666ff ; 
}
A:hover { 	color : #cc66cc ; 
		text-decoration : underline overline ; 
}
A:active { 	color : #cc66cc ; 
		text-decoration : underline overline ; 
}

H3 { 		font-size : large ; 
		color : #999999 ; 
		background : #ffffff ; 
}
H4 {		font-size : medium ; 
		color : #999999 ; 
		background : #ffffff ; 
}

P { 		line-height : 150% ; 
}
TABLE { 	border-style : solid ; 
		border-width : 1px ; 
		border-color : #666666 ; 
		border-collapse : collapse ; 
		empty-cells : show ; 
}
TH { 		font-size : x-small ; 
		color : #666666 ; 
		border : 1px solid #cccccc ; 
}
TD { 		font-size : x-small ; 
		color : #999999 ; 
		border : 1px dashed #cccccc ; 
}