@charset "utf-8";
/* CSS Document */

body { margin-left: 10%; margin-right: 10%; font-family: sans-serif; }
h2,h3 { margin-left: -3% }
a {	text-decoration: none; }
a:hover { text-decoration: underline; }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.x { font-style: oblique; font-weight: bold; color: #FF0000; }
.index { font-weight:bold}
.caption { font-size: 0.8em; font-style:italic; }
.footer { font-size: 0.7em;	text-align: center; }
.green { color: #009933; font-weight:bold; }
.opm {background: #79d; color: #fff; padding: 8px; border-style: dotted; border-width: thin; }
.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}