﻿/* errors.css
-------------------------*/
html, body {
    height:100%;
}
.wrapper {
    background:#fff;
    min-height:100%;
}
#content {
    padding:0 27px;
}
h2 {
    font-family:Georgia, Serif;
    font-size:1.5em;
    margin:0 0 10px;
}
p {
    margin:1em 0;
    line-height:1.5;
}
a {
    text-decoration:underline;
    color:#C1A2BC;
}
ul {
    list-style:disc;
    margin:1em 1.5em;
}
li {
    padding:0.5em 0;
}
abbr {
    border-bottom:1px dotted #999;
}
abbr:hover {
    cursor:help;
}