A  {
	text-decoration : none;
}
A:Hover  {
	color : #CC3300;
	text-decoration : none;
	background : #FFFFCC;
}
SUP {
	font-size : x-small;
}
P {
	font-size : medium;
}
TD {
	font-size : x-small;
}
PRE {
	font-size : x-small;
	font-family : Courier;
	color : #333333;
}
DT {
	font-weight : bold;
}
.box {
	background-color : #EEEEFF;
	border-width : 1;
	border-color : #CCCCFF;
	border-style : solid;
	padding : 3;
}
.box_white {
	background-color : #FFFFFF;
	border-width : 1;
	border-color : #CCCCFF;
	border-style : solid;
	padding : 3;
}
.maintitle {
	font-size : x-large;
	font-weight : bold;
}
.author {
	font-size : medium;
	font-weight : bold;
}
.institution {
	font-size : x-small;
	font-style : italic;
}
.abstract {
	font-size : small;
}
.comment {
	color : #005500;
}
.em {
	color : #000077;
}
.strong {
	color : #CC0000;
}
.subtitle {
	font-size : medium;
	font-weight : bold;
}
.title {
	font-size : large;
	font-weight : bold;
}
.code {
	font-size : x-small;
	font-family : Courier;
}