/* www.libpr0n.com */
/* stylesheet #2 */


/* layout */

body { display: table; -moz-binding: url(bindings.xml#blue); width: 100%; margin: 0; padding: 0; }
.top { display: table-cell; vertical-align: top; }
h1 { margin: 0 0.25em 0 0; }
.menu { display: table; width: 100%; margin: 1em 0; padding: 0; -moz-user-select: none; }
.menu > li { display: table-cell; padding: 0 2%; }
.menu > li > span { display: block; }
.menu > li > span > a { display: block; text-align: center; padding: 0.2em 0; }
.footer { margin-top: 1em; }
form[name=utmform] { display: none; }


/* decoration */

.menu > li > span > a { -moz-border-radius: 100%; border: outset; }
.menu > li > span > a:active { border: inset; }
.menu > li > span > a:focus { -moz-outline: none; }
.footer { border-top: solid; }


/* fonts */

body { font: medium Times New Roman, sans-serif; }
* { font: inherit; }
h1 { font: 900 3em Impact, sans-serif; }
h1 + p { font: 900 1.3em Impact, sans-serif; }
h2 { font-weight: 900; font-size: 1.3em; font-style: italic; }
em { font-style: italic; }
dt, strong { font-weight: 900; }
.legal { font-weight: 100; font-size: 0.75em; font-style: italic; }


/* color */

body { background: #EEEEFF; color: #000000; }
.menu > li > span > a { background: #DDDDFF; color: #000000; border-color: #0000CC; }
.menu > li > span > a:focus,
.menu > li > span > a:hover { background: #CCCCFF; color: #000000; }
