/* $Id: copycats.css 635 2008-08-12 14:00:45Z  $ */

body {color: black; background-color: white; font-family: Batang, serif;}
body.Private {background-color: gray;}

#Main {
  margin: 1em auto;
  padding: 1em;
  width: 375px; /* ribbon.png is 60px */
  background-color: yellow;
}

p.Just {text-align: justify;}
div {margin-bottom: 2ex; margin-top: 2ex;}
h1, h2, h3, .Banner {clear: both; font-weight: bold;}

a:link {color: blue;}
a:visited {color: purple;}
a:active {color: red;}
a:hover {background-color: white;}
a:target {background-color: white; padding: 2px;}
a:target .Date {font-weight: bold;}
a.NoHref:hover {background-color: inherit;}

/* An <a> link that isn't styled like one: */
a.IncognitoLink, a.IncognitoLink img {
  border-width: 0;
  color: black;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

acronym:hover {outline: thin invert dotted;}
li {list-style: url(x.png) square;}

h1 {font-size: 200%; font-family: "Courier New", monospace;}

h2 {
  font-size: 135%;
  font-family: "Courier New", monospace;
  /*font-family: Univers, sans-serif;*/
}

/* Even-numbered nestings of italics within italics aren't italicized;
odd-numbered ones are: */
i i, em em, i i i i, em em em em {font-style: normal;}
i, em, i i i, em em em, i i i i i, em em em em em {font-style: italic;}

span.small {font-size: 75%;}

/* Now that's a box of a different color! */
.Box {background-color: #FFC; padding: 0.5ex 0.33em;}

.Banner {text-align: center;}

.Ribbon {
  height: 15px;
  background-image: url(ribbon.png);
  background-repeat: repeat-x;
}

/* The div that contains the header links: */
div.HeaderLinks {margin: 1em; text-align: center;}

table.HeaderLinks {
  border-collapse: separate;
  border-spacing: 3px 0;
  margin-left: auto;
  margin-right: auto;
}
table.HeaderLinks td {
  background-color: white;
  border: thin solid yellow;
  font-weight: bold;
  padding: 0.5ex 0.2em;
  text-align: center;
  vertical-align: middle;
}
table.HeaderLinks td.Current {background-color: yellow; font-weight: bold;}
table.HeaderLinks a:hover {color: red;}

td {border: 1px solid #DD6; padding: 0.5ex 0.5em; vertical-align: top;}
th {padding: 0.5ex 0.5em;}

/* An inline unordered list: */
ul.Inline {list-style-type: none; display: inline; padding: 0;}
ul.Inline {margin: 0;}
ul.Inline li {display: inline;}
