
/*
 * XBC WG CSS
 * $Id: binary.css,v 1.5 2015/09/24 08:03:49 carine Exp $
 */


@import url('https://www.w3.org/StyleSheets/base.css');

body { 
    font:           14px/19px "Gill Sans", GillSans, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
    background:     #fff;
    color:          #000;
    margin:         1em 1em 1em 2em;
    font-weight:    normal;
}

img { 
    border:         0;
}

a:link {
    color:          #633;
    font-style:     normal;
}

a:visited {
    color:          #336;
    font-style:     normal;
}

a:hover {
    color:          #363;
}

h1 {
    color:          #aa7;
    background:     #fff;
    border-bottom:  1px solid #aa7;
}

.logos {
    background:     #ddb;
    padding:        0.5em;
}

.related {
    font-size:      0.9em;
    font-style:     italic;
}

.footer {
    border-top:     1px solid #aa7;
    margin-top:     2em;
}

.revision {
    font-size:      0.9em;
    font-style:     italic;
}

