/*****************************************************************************
 * CSS-Stylesheet (css vers. 2.0) - Copyrights EMiloG 2004
 * 
 */
@import url(layout.css);
@import url(nav.css);
@import url(form.css);
@import url(editor.css);
/*
 * Setting the format of standard xhtml tags
 *
 */
html, body {
     height: 100%;
     margin: 0;
     padding: 0
}

body {
    background-image:url(../../arch/graphics/bgBody.gif);
    background-repeat: repeat-y;
    background-color: #336;
    font-family: "Trebuchet MS", "Comic Sans", sans;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    text-align: left;
}

h1, h2, h3, h4, h5, div, p, table {
    font-family: "Trebuchet MS", "Comic Sans", sans;
    font-size: 13px;
    line-height: 170%;
}

h1 {
    color: #c00;
    font-size: 15px;
    font-weight: bolder;
}

h2 {
    color: #339;
    font-size: 13px;
    line-height: 100%;
}

h3 {
    color: #036;
    font-size: 13px;
    font-weight: bolder;
}

h4 {
    color: #f90;
    font-size: 13px;
    font-weight: bolder;
}

h5 {
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
/*
 *
 * The set of links-tag
 *
 */
a {
    text-decoration: none;
    font-weight: normal;
}
a:link, a:active, a:visited {
    color: #c33;
}
a:hover {
    color : #333;
}

.a2:link, .a2:active, .a2:visited {
    color: #669;
}
.a2:hover {
    color : #333;
}

.a3:link, .a3:active, .a3:visited {
    color: #fff;
}
.a3:hover {
    color : #f66;
}

.a4:link, .a4:active, .a4:visited {
    font-weight: bolder;
    color: #fff;
}
.a4:hover {
    font-weight: bolder;
    color : #036;
}


cite{
    font-family: "Trebuchet MS", "Comic Sans", sans;
    font-style: normal;
    color: #cc0033;
}

blockquote{
    background-color: #9999cc;
    border: 1px solid #333366;
    padding: 3px;
    font-family: "Trebuchet MS", "Comic Sans", sans;
    font-style: normal;
    color: #333399;
    width: auto;
}

