html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{text-align:center;}

html {
    font-size: 62.5%;
    font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
    background-color: #111;
    color: #eee;
}

body {
    font-size: 5em;
    margin: 2em;
}
.testlink {
    font-size: 8pt;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
}
.testlink a {
    color: #888;
}
.text, .text a, .text a:hover {
    font-weight: bold;
    color: #eee;
}
.quote {
    font-weight: bold;
    font-size: 25pt;
}
.citation {
    font-weight: bold;
    font-size: 18pt;
    color: #888;
}
.links {
    margin-top: 100px;
    font-size: 14pt;
    text-align: left;
    color: #eee;
    text-decoration: none;
}
a {
    color: #080;
    text-decoration: none;
}
a:hover {
    color: #0d0;
}
.buttons {
    margin-top: 50px;
}
.buttons li {
    font-size: 20pt;
    display: inline;
}
.buttons a {
    width: 1000px;
    color: #ccc;
    padding: 5px 1.5em;
    margin: 1em;
}
.buttons a:hover {
    color: white;
}
.continue {
    border: 3px #00d solid;
    border-bottom: 3px #008 solid;
    border-right: 3px #008 solid;
    background: #00b;
}
.yes {
    border: 3px #0a0 solid;
    border-bottom: 3px #040 solid;
    border-right: 3px #040 solid;
    background: #080;
}
.no {
    border: 3px #c00 solid;
    border-bottom: 3px #600 solid;
    border-right: 3px #600 solid;
    background: #a00;
}
