/** CSS for ksiezyc.net - Mara's homepage */
body{
    color: #222222;
    background: #ffffff url(../images/moonbottominvert2small.jpg) no-repeat bottom right; 
    margin: 0px;
}

p{
    font-size: 10pt;
    font-family: georgia, times new roman, serif;
    color: #222222;
    text-align: justify;
    margin-left: 5em;
    margin-right: 5em;
}

p.floatright{
    margin-left: 1em;
    margin-right: 1em;
}

p.list{
    margin-left: 0px;
    margin-right: 0px;
}

pre.para{
    margin-left: 10em;
    margin-right: 10em;
}

h1{
    font-style: normal;
    font-weight: bold;
    font-size: 18pt;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}

h1.about{
    color: #990000;
}

h1.papers{
    color: #000099;
}

h1.links{
    color: #009900;
}

h3{
    font-style: italic;
    font-weight: normal;
    font-size: 16pt;
    font-family: helvetica, arial, sans-serif;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}

h3.about{
    color: #990000;
}

h3.papers{
    color: #000099;
}

h3.links{
    color: #009900;
}

a:link { 
    text-decoration: none; 
    color: #000000;
}

a.about:link{
    color: #660000;
}

a.papers:link{
    color: #000066;
}

a.links:link{
    color: #006600;
}

a:visited { 
    font-weight: normal; 
    text-decoration: none; 
    color: #333333;
}

a.about:visited{
    color: #330000;
}

a.papers:visited{
    color: #000033;
}

a.links:visited{
    color: #003300;
}

a:hover, a:active { 
    text-decoration: underline; 
    color: #dddd00;
}

a.about:hover, a.about:active{
    color: #990000;
}

a.papers:hover, a.papers:active{
    color: #000099;
}

a.links:hover, a.links:active{
    color: #009900;
}

ul{
    list-style-type: none;
}

ul.about{
    margin-left: 5em;
    margin-right: 5em;
}

ul.papers{
    margin-left: 5em;
    margin-right: 5em;
}

ul.links{
    margin-left: 5em;
    margin-right: 5em;
}

ol.papers{
    margin-left: 5em;
    margin-right: 5em;
}

em.about{
    text-decoration: none;
    font-style: normal;
    color: #990000;
}

em.papers{
    text-decoration: none;
    font-style: normal;
    color: #000099;
}

em.links{
    text-decoration: none;
    font-style: normal;
    color: #009900;
}

em.italic{
    color: #222222;
    font-style: italic;
}

blockquote.papers{
    font-family: monospace;
    margin-left: 7em;
    margin-right: 7em;
}

#header { 
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
    background: #ffffff url(../images/moonlogoinvertsmall.jpg) no-repeat top left; 
    padding: 0px 200px 0px 200px;  
    margin-top: 5px; 
    min-height: 183px;
    min-width: 180px;
}

#mainpage{
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
}

#footer{
    font-size: 10pt;
    font-family: verdana, helvetica, arial, sans-serif;
    text-align: center;
}

#floatright{
    float: right;
    width: 50%;
    margin-right: 5em;
    margin-left: 2em;
    padding: 1em;
    border: 1px solid #000099;
    color: #222222;
}
