﻿body 
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #6E6E6E;
}

h1
{
    font-size: 120%;
    color: black;
}
h1 a
{   
    font-size: 100%;    
}
h2
{
    font-size: 110%;
    color: Black;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #6E6E6E;
    font-size: 12px;
}
a:visited
{
    color: #6E6E6E;
}
a:hover
{
    color: Red;
}
#page
{
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 16px;
    width: 900px;

}
.upside
{
    background-position: center bottom;
    background-image: url(/images/background/paper-up.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 18px;
    padding-left: 50px;
    padding-right: 50px;
}
.bottomside
{
    background-position: center top;
    background-image: url(/images/background/paper-bottom.png);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 37px;
    padding-left: 50px;
    padding-right: 50px;     
}
.main
{
    padding: 50px;
    background-position: center;
    background-image: url(/images/background/paper.png);
    background-repeat: repeat-y;
    background-color: transparent;    
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.stukindex
{
    margin-bottom: 50px;
}
ul.stukindex li
{
    width: 550px;
}
span.spsmall
{
    font-size: 6pt;
    color: #808000;
}
p.intro
{
    font-style: italic;
}
