
/* CSS 2 Large Fonts Style Sheet */
/* Keith Andrews */ 


/* Fonts */

address, blockquote, body, caption, center, dd,
dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6,
menu, ol, p, td, th, ul {font-size: 1em;
font-family: Garamond, "Times New Roman", serif; }


/* other styles */

a {cursor: pointer;
text-decoration: underline}

a:link {color: yellow;
background: transparent;
text-decoration: none}

a:visited {color: #7FFF00;
background: transparent;
text-decoration: none}

a:active {color: green;
background: transparent;
text-decoration: none}

a:hover {text-decoration: underline}


address {margin: 0em 0% 0em 0%;
font: italic 1em/1 sans-serif}

big {font-size: 1em}

blockquote {margin: 0em 5% 0em 5%}

body {margin: 1em 5% 1em 5%;
color: white;
line-height: 1.3;
cursor: default}

button {cursor: auto}

caption {margin: 0em 0% 0em 0%;}

code {font-family: monospace}  /* dont override bold or italic */

div {margin: 0em 0% 0em 0%;}

dd {margin: 0em 0% 0em 0%;}

dl {margin: 0em 0% 0em 0%}

dt {margin: 0em 0% 0em 0%;}


h1 {margin: 1em 0% 0.5em 0%;
font-weight: bold;
font-size: 180%}

h1.title {margin: 1em 0% 0.5em 0%;
text-align: center;
font-weight: bold;
font-size: 180%}

h2 {margin: 1em 0% 0.5em 0%;
font-weight: bold;
font-size: 160%}

h2.title {margin: 1em 0% 0.5em 0%;
text-align: center;
font-weight: bold;
font-size: 160%}

h3 {margin: 1em 0% 0.5em 0%;
font-weight: bold;
font-size: 140%}

h3.title {margin: 1em 0% 0.5em 0%;
text-align: center;
font-weight: bold;
font-size: 140%}

h4 {margin: 1em 0% 0.5em 0%;
font-weight: bold;
font-size: 120%}

h5 {margin: 1em 0% 0.5em 0%;
font-weight: bold;
font-size: 110%}

h6 {margin: 1em 0% 0.5em 0%;
font-weight: bold}


hr {margin: 0em 0% 0em 0%}

html {margin: 0;
background: #191970}

img {border: none}

input {cursor: auto}

kbd {font: 1em monospace}

li {margin: 0.5em 0% 1em 0%;}

ol {margin: 1em 0% 1em 2%;
list-style: decimal}

ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {list-style: lower-alpha}

ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {list-style: lower-roman}

ol ol ol ol {list-style: decimal}

p {margin: 0.7em 0% 0.2em 0%;}

p.quote {background-color: #315b7f;
color: #d2e2e2;
padding: 2%;
font-style: italic;
font-size: 1.5em;
border: none;
margin: 3em 0% 3em 0%;}

p.footer {font-size: 60%;
margin: 3em 0% 1em 0%;}

p.note {
  font-size: 80%;
}

p.note:before {
  content: "[" ;
}

p.note:after {
  content: "]" ;
}

pre {margin: 0em 0% 0em 0%;
font: 1em/1 monospace}

samp {font: 1em monospace}

small {font-size: 70%}

sub {font-size: 60%}

sup {font-size: 60%}

table { caption-side: bottom}

td {}

textarea {cursor: text}

th {font-weight: bold}

tt {font: 1em monospace}

ul {margin: 1em 0% 1em 2%;
list-style: disc}

ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {list-style: circle}

ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {list-style: square}

ul ul ul ul {list-style: disc}

