/*  projection.css - MoinMoin Slide Styles

Copyright (c) 2003 by Juergen Hermann
*/

@import url(screen.css);

html { line-height: 1.8em; }

body, b, em, a, span, div, p, td { font-size: 18pt; }

h1 { font-size: 26pt; }
h2 { font-size: 22pt; }
h3 { font-size: 20pt; }
h4 { font-size: 18pt; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }

tt, pre { font-size: 16pt; }
sup, sub { font-size: 12pt; }

table.navigation {
    float: right;
    margin: 2px;
}

.navigation td, .navigation a {
	font-size: 10pt;
    padding: 2px;
}

#interwiki, #pagelocation, #pageinfo { display: none; }

html {
    color: black;
    background-color: #9F9F9F;
    font-family: sans-serif;
    font-size: 1em;
}

body {
    border 0pt none;
    margin: 0pt;
    padding: 0pt;
}

li p {
    margin: 0.25em 0pt;
}

a, img, img.drawing {
    border: 0pt none;
}

a {
    color: #0044B3;
}

a:link:hover, a:link:active {
    color: green;
    text-decoration: underline;
}


