#content {
 font-weight: normal;
}
h2 a {
 color: #000;
}

h3 {
 text-align: center;
}

p.download-link {
 text-align: center;
 font-weight: bold;
}

p.download-link a {
 text-decoration: none;
 padding: 2px;
}

p.download-link a:hover {
 color: #000;
 background-color: #FEE496;
 border: 1px solid black;
}

ol#types {
 list-style-type: upper-roman;
}

ul.numbers {
 list-style-type: decimal;
}

ul.secondary-menu {
 list-style-type: lower-alpha;
}

.p-head , .good, .evil {
 text-transform: uppercase;
 font-weight: bold;
}

.good {
 color: #00f;
}

.evil {
 color: #f00;
}