html {
  font-size: 100.01%;
}
body {
  font-size: 1em;  line-height: 1.5em;
  margin: 0;  padding: 0;
  background-color: #000;  color: #fff;
}

body {
  font-family: "Arial", sans-serif;
}
h1, h2, h3 {
  font-family: "Impact", sans-serif;
  font-weight: normal;
}

h1 {
  margin: 0;  padding: 0;
  text-align: center;
  font-size: 3em;  line-height: .5em;
  /* font-weight: bold; */
}
h1 del {
  color: #666;
}
h2 {
}
h3 {
  font-size: 2em;  line-height: 1.333em;
}

.article h3 {
  margin: 0 1.5%;  padding: 0;
  width: 47%;
  float: left;
  text-align: right;
}
.article .article-body {
  width: 50%;
  float: right;
}
.article {
  clear: both;
  margin: 1.5em 0;
}

a:link, a:visited {
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #ccc;
}
a:link:hover, a:visited:hover {
  color: #c00;
}

h1 a:link, h1 a:visited {
  color: inherit;
  text-decoration: none;
}
h1 del[lang=en] {
  /* font-style: italic; */
}

del {
  text-decoration: line-through;
}

small, .small {
font-size: 0.9em;
}



.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}



/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}