/* 
    Title:                                            Edmund Fliski's Stylesheet
    URN:                          http://www.bigfoot.com/~efliski/stylesheet.css
    URL:                         http://www.geocities.com/efliski/stylesheet.css
    Content Type:                                                       text/css
    Author:                                                        Edmund Fliski
    Created:                                       Tue, 12 Jun 2001 11:57:00 GMT
    Revision:                                      Tue, 31 Jan 2006 14:59:00 GMT
*/

body {
    color: #000000;
    background-color: #99CC99;
    font-family: "Times", serif;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}

div {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}

h1 {
    text-align: center;
}

h2 {
    text-align: right;
    border-bottom: thick solid #000000;
}

h3, h4, h5, h6 {
    text-align: left;
}

hr {
}

blockquote {
    text-align: right;
    margin-left: 20%;
}

q {
    font-style: italic;
}

img {
    vertical-align: middle;
    text-align: center;
    border-style: none;
    background: #669966;
}

table {
}

th, td {
    text-align: left;
}

dt {
    font-weight: bold;
}

dd {
}

pre, code {
    font-family: monospace;
}

.hidden {
    display: none !important;
}
