@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #000099;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
}
a:link {
	color: #990066;
}
a:visited {
	color: #990066;
}
a:active {
	color: #990066;
}
a:hover {
	color: #000099;
}
.h1 {
	color: #990066;
	font-size: large;
	font-weight: bold;
}
.h2 {
	color: #990066;
	font-weight: bold;
}
li {
	margin-left: 0em;
}
.xsmall {
	font-size: x-small;
}
div#table_title {
	margin-left: 55px;
}
table#table_exchange {
	background-color: #000099;
}
table#table_exchange td {
	background-color: #FFCC00;
	padding: 0.1em 0.2em;
}
.outside a:link {
	color: #FFCC00;
	text-decoration: none;
}
.outside a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.outside a:active {
	color: #FFCC00;
	text-decoration: none;
}
.outside a:hover {
	color: #990066;
	text-decoration: none;
}
-->
