body {
	background: #d9dbee;
	color: #303050;
	font-size: 100%;
	line-height: 130%;
/*	font-family: sans-serif;		*/
/*	font-family: 'Tahoma', 'MS UI Gothic', 'Arial', 'MS ƒSƒVƒbƒN';	*/
}
a:link {
	color:blue;
	text-decoration:underline;
}
a:visited {
	color:maroon;
	text-decoration:none;
}
a:hover,a:active {
	color:red;
	text-decoration:underline;
	font-style:italic;
}
dt {
	line-height:170%;
}
blockquote {
	white-space: normal;
	font-size: 90%;
    background:	lightyellow;
    border: solid 1px;
    padding: 0.5em;
    border-color: blue;
    border-style: solid;
    border-width: 1px
}
del {
    color: #8080a0
}
