/* CSS for catwell.info v8 */

* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  height: 100%;
}

body {
  background: #d0d0d0;
  height: 100%;
  min-width: 92ex;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: #ff4100;
}

a:hover {
  border-bottom: 1px dotted #ff4100;
}

ul {
  padding-left: 1em;
}

li {
  margin-bottom: 1ex;
}

ul.nobullet {
  list-style: none;
}

ul.nobullet li {
  margin-bottom: 0;
}

h1 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline; 
  margin-bottom: 1em;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1ex;
  margin-bottom: 1ex;
  border-top: 1px solid black;
  border-bottom: 1px solid black; 
  background: #f2f2f2;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

#head {
  height: 60px;
  background: #d0d0d0 url('pics/head.png') no-repeat center;
}

#container {
  margin: auto;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-left: 3ex;
  padding-right: 3ex;
  padding-bottom: 1em;
  width: 80ex;
  min-height: 80%;
  font-size: 18px;
  font-family: "Courier New", Courier, monospace;
  background: #f9f9f9;
  color: #000000;
  overflow: hidden;
}

#artlinks {
  margin-top: 1em;
  text-align: center;
}

#footer {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
}

div.center {
  text-align: center;
}

pre {
  margin-bottom: 1em;
  font-family: "Courier New", Courier, monospace;
  border: 1px solid grey;
}
