@charset "iso-8859-1";
/* CSS Document */

body { background-color: #ffffff; color: #000000; margin: 20px; }

a:link { color: #0000ee; text-decoration: underline; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #0000ee; background-color: #eaeaf1; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }
a:focus { color: #ff0000; text-decoration: underline; }

a.index:link { color: #000000; text-decoration: underline; }
a.index:visited { color: #000000; text-decoration: underline; }
a.index:hover { color: #000000; background-color: #eeeeee; text-decoration: underline; }
a.index:active { color: #000000; text-decoration: underline; }
a.index:focus { color: #000000; text-decoration: underline; }

blockquote { font-size: 90%; }
sup,sub { height: 0; line-height: 1; vertical-align: baseline; position: relative;	}
sup { bottom: 1ex;}
sub { top: .5ex;}
.note { font-size: 80%; }
.fors { float: left; margin-right: 10px; border: 1px solid #000000; }
.underline { text-decoration: underline; font-style: normal; }