@charset "utf-8";

body{
  font-family: georgia, "Times New Roman", "Times serif";
  font-size: 11pt;
  text-align: justify;
  background: white;
  color: black;
  margin: 0 auto;
  padding: 0;
}
h1 {
  font-size: 20px;
  font-weight: bold;
}
h2 { 
  font-size: 18px;
  font-weight: normal;
}
h3, h4 { 
  font-size: 14px;
}
img {
width: 50%;
height: 50%;
}
#header {
  text-align: right;
  font-size: 36px;
  font-family: verdana, arial, sans-serif;
  color: black;
}
#header a {
  text-decoration: none;
  color: black;
}
.skip, #subnav, #nav, #info, .no_print {
  display: none;
}
/*
#main a:link:after, #main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 11px;
  color: black;
}
#main a[href^="/"]:after {
  content: " (http://example.org" attr(href) ") ";
}
*/
a { color: black; text-decoration:none; }
a:visited { color: black; }

#main_info {
}

/*  width: 50%; */
#main_left {
  float: left;
}
#main_right {
  float: right;
}

.fright {
  float: right;
  margin: 0 0 1em 1em;
}
.fleft {
  float: left;
  margin: 0 1em 1em 0;
}