/* lvba.css - style sheet for lvbabridge.org */
pre {
    font-family: monospace;
/*    overflow: auto; */
}
pre.names {
    font-family: monospace;
    overflow-x: auto;
    overflow-y: none;
}
div.header{
    border:solid;
    border-width: thick medium thin;
/*    width:100% */
    margin-left: -8%;
    margin-right: -8%;
    color: #6600cc;
}
h1.mainhead{
    font-weight: bold;
    font-size: 250%;
    line-height: 180%;
    font-family: arial, helvetica, sans-serif;
    font-variant: normal;
    font-style: normal;
    text-align: center;
    margin: 0;
    color: #6600cc;
}
h1 {
    font-weight: bold;
    font-size: 250%;
    line-height: 200%;
    font-family: arial, helvetica, sans-serif;
    font-variant: normal;
    font-style: normal;
    text-align: center;
}
h2.subhead {
    font-weight: bold;
    font-size: 175%;
    line-height: 120%;
    font-family: arial, helvetica sans-serif;
    font-variant: normal;
    font-style: normal;
    text-align: center;
    margin: 0;
    color: #6600cc;
}
h2 {
    font-weight: bold;
    font-size: 200%;
    line-height: 200%;
    font-family: arial, helvetica sans-serif;
    font-variant: normal;
    font-style: normal;
}
h4.suits {
    font-size: 250%;
    font-family: Courier, monospace;
    text-align: center;
    margin: 0;
}
body {
    color: black;
    background-color: white;
    background-repeat: no-repeat;
    margin-left: 10%;
    margin-right: 10%;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: red; }
.red { color: red; }
.black { color: black; }
.center { text-align: center; }
