body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:400;
}

ul {
  list-style:none;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:700;
}

q:before,q:after {
  content:'';
}

.clearfix:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.clearfix {
  display:inline-block;
}

body {
  font-family:'Courier New', 'Courier New', Courier, monospace;
  font-size: 1.4em;
}

#container {
  max-width:680px;
  margin:0 auto;
}

blockquote {
  color:#204A87;
  text-align:justify;
  margin:1em 0 1em 3em;
}

blockquote p:before {
  content:'“';
  font-weight:700;
  font-size:1.2em;
}

blockquote p:after {
  content:'”';
  font-weight:700;
  font-size:1.2em;
}

#logo {
  text-align:center;
  margin:1em 0 5em;
}

h1 {
  font-size:8.6em;
  text-transform:uppercase;
  font-weight:700;
}

#logo p {
  font-size:2.2em;
  color:#888A85;
  margin:-1.3em 0 0 130px;
}

h1 a {
  text-decoration:none;
  color:#000;
}

h3 {
  font-size:1.4em;
  margin:1em 0;
}

#addd {
  text-align:right;
  background-color:#000;
  color:#FFF;
  padding:3px;
}

#addd a {
  color:#FFF;
  text-decoration:none;
  font-weight:700;
}

#words em {
  float:right;
  font-size:.8em;
}

#words {
  padding: 1em;
}

input {
  width:100%;
  border:1px solid #000;
  padding:3px;
}

select {
  border:1px solid #000;
}

textarea {
  border:1px solid #000;
  width:100%;
  height:12em;
}

#form {
  padding:2em 0;
}

h3 a,.pager a {
  color:#000;
  text-decoration:none;
}
.pager{
  margin: 2em 0;
}

h3 a:hover,#addd a:hover {
  text-decoration:underline;
}
h2{
  font-size:1.6em;
  margin:0.6em 0;
}
#mlist {
  text-align: center;
  margin-bottom: 2em;
  line-height: 2.3em;
}
#mlist a{
  color:black;
  text-decoration:none;
  border-bottom: 1px dotted #000;
  font-size: 1.2em;
  line-height:1.5em;
}
#mlist a:hover{
  border-bottom: 1px solid #000;
}