html {
display: table;
height: 100%;
} body {
display: table-cell;
min-height: 100%;
vertical-align: middle;
text-align: center;
line-height: 1.5;
} a, a:link, a:hover, a:active, input, li, .b, .e {
color: #404090;
} a:visited, .a li {
color: #404040;
} html, body, ul, ol, dl {
margin: 0 auto;
padding: 0;
} a, a:hover.e {
text-decoration: none;
} a:hover {
text-decoration: underline;
} input {
background-color: #ffffff;
cursor: pointer;
margin: 0;
padding: 0;
border: 0;
} ul, ol, dl {
text-align: left;
} li {
margin-left: 2em;
} .a div, .right {
text-align: right;
} .right {
font-size: smaller;
} .right input, .text, .btn, textarea {
border: 1px solid #404090;
padding: 0 0.5em;
} body, .text, textarea {
background-color: #ffffff;
color: #404040;
} .right input, .btn {
background-color: #606090;
color: #ffffff;
} .text, a.e {
cursor: text;
} textarea {
height: 5em;
padding-right: 0;
} .attention {
background-color: #ffffa0;
}