body {
    margin : 0;
    padding : 0;

    background-image : url("/image/2006/body-background.png");
}

body, td {
    font-family : arial, sans-serif;
    font-size : 9pt;
}

address {
    font-style : normal;
}

a img {
    border : 0;
}

p {
    text-align : justify;
}

h1 {
    font-size : 180%;
}
h2 {
    font-size : 150%;
}
h3 {
    font-size : 120%;
}
h4 {
    font-size : 120%;
    text-decoration : underline;
}
h5 {
    font-size : 100%;
    text-transform : uppercase;
    margin-top : 40px;
    margin-bottom : 5px;
    text-decoration : underline;
}
h6 {
    font-size : 100%;
    text-transform : uppercase;
    margin-top : 40px;
    margin-bottom : 5px;

}

ins {
    text-decoration : none;
    border-bottom : 1px dotted;
}





           pre  code  em {
               background-color : yellow;
               color : black;
               font-style : normal;
           }

           pre  code  strong {
               background-color : red;
               color : black;
               font-style : normal;
           }

           pre {
               background-color : black;
               color : white;
               overflow : auto;
               border : 1px solid #909090;
           }







#page {
    width : 100%;
}
table#page {
    margin : 0;
    padding : 0;
}




#header {
    width : 100%;
    height : 90px;

    background : rgb(102,102,102) url("/image/2006/header-background.png") repeat-x scroll bottom;
    color : #999999;
}

#header .vcard .fn {
    color : #ff9900;
    font-size : 12pt;
    font-weight : bold;
}

#header .vcard .title {
    font-size : 12pt;
}

#header .vcard a {
    text-decoration : none;
}
#header .vcard a:hover {
    text-decoration : underline;
}


#body {
/* f***ing IE bug doesn't let me put this here */
/*    background-image : url("/image/2006/body-background.png"); */
}


#content {
    background-color : #4d4d4d;
    color : #cccccc;

    width : 748px;
    border-left  : 1px solid #303030;
    border-right : 1px solid #303030;

    padding-left  : 25px;
    padding-right : 25px;
}

#content a {
    color : #ff9900;
    text-decoration : none;
}
#content a:hover {
    text-decoration : underline;
}


