body
{
    background: #fff;
    font-family: Times New Roman;
    font-size:100%;
    color: #000;
    margin: 0;
    padding: 1em;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin: 0.1em 0 1em 0;
    font-size:120%;
}

h1
{
    background: none;
    padding: 0;
    /*border: 1px solid #000;*/
    /*visibility:hidden;*/
    position: relative;
    top: 0;
    left: 0;
}
h2{}
h3
{
}
h4{}
h5{}
h6{}
p
{
    margin: 0.15em 0 1em 0;    
}
a
{
    color: #000;
}
a:hover
{
    color: #000;
}
ul{}
ul li{}
ol{}
img
{
    border: 0;    
}
address{}
#web{}
.hidden
{
    display:none;    
}

body
{
      text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.float-left
{
    float: left;
    margin-right: 0.5em;
}
.float-right
{
    float: right;
    margin-left: 0.5em;
}
.clear
{
    clear:both;
    font-size:1px;
    margin-top:-1px;
    visibility: hidden;
    }
    
#web
{
    width: auto;
    text-align:left;
    background: none;
}
#web-inside
{
    margin: 0;
}
#head
{
    display: none;
}

#content
{
   background: none;
}
#text
{
    width:auto;
    background: none;
    }
#text-inside
{
    margin: 0;
    margin-bottom: 10px;
    
    }
#text h1 a
{
    display:none;
}
#text h1 a:hover
{
       color: #000;
       text-decoration: underline;
}
#menu
{
    display: none;
}
#foot
{
    background: none;
    border-top: 1px solid #ccc;
    text-align: right;
}
#foot a
{
    color: #c1c1c1;
    padding-right:20px;
    text-decoration: none;
}
#foot a strong
{
    color: #c1c1c1;
    font-weight: normal;
}
#foot a em
{
    color: #c1c1c1;
    font-weight: normal;
    font-style:normal;
}
