html {
 height: 100.1%;
}

body {
 margin: 0;
 padding: 10px;
 border: 0;
 font: 10pt/1.8 Verdana, Arial, Helvetica, sans-serif;
 color: #000;
}


/* [LAYOUT]--------------------------------------------------- */


#header {
 display: none;
}





/* [HEADINGS]------------------------------------------------- */

h1 {font-size: 130%;}



/* [STANDARD ELEMENTS]------------------------------------------ */

blockquote {
 margin: 10px 0 10px 20px;
 padding: 0 0 0 3px;
 border: 0;
 border-left: 2px solid #963;
 font-size: 90%;
 line-height: 1.5em;
 color: #777;
}

code {
 font: 12px/1.8 Verdana, Arial, Helvetica, sans-serif;
 color: #963;
 text-align: left;
}

abbr, acronym {
 font-style: normal;
 border-bottom: 1px dotted #963;
 cursor: help;
}

em {font-style: italic;}
strong {font-weight: bold;}
strike, del {text-decoration: line-through;} /* strike is deprecated, use del in your markup */

address {
 margin: 0;
 padding: 0;
 font-style: normal;
}

small {
 display: block;
 margin: 0;
 padding: 0;
 border: 0;
}

/* [CONTENT STYLE]-------------------------------------------- */

#header h1 {
 display: none;
}

#content p {
 margin: 0;
 padding: 0 0 15px 0;
 border: 0;
 text-align: left;
}

#answers {
 display: none;
}





/* [MENU]-------------------------------------------- */

ul#nav {
 display: none;
}


/* [LISTS]-------------------------------------------- */

ol#question {
 list-style: decimal;
 margin: 5px 0 15px 20px;
 padding: 0;
 border: 0;
}

ol#question li {
 margin: 0;
 padding: 8px 0;
 border: 0;
}


/* [TABLES]--------------------------------------------------- */

/* [FORMS]--------------------------------------------------- */

/* [OTHER ELEMENTS]--------------------------------------------------- */

