/*jlc.css - J Lusa Computing web site style sheet*/
html {
}
body {
    font-family: san-serif;
    background-image: url('jlc_binary.jpg');
    background-repeat: repeat;
}
div.headerTitle {
    text-align: center;
    font-size: x-large;
    color: red;
}
div.header {
    text-align: center;
    font-size: large;
}
div.menu {
    text-align: center;
}
div.code {
    text-align: left;
    font-family: "Courier New", Courier, monospace;
}
img.screenshot {
    margin-left: 1cm;
    text-align: left;
}
ol.none {
    list-style-type: none;
    display: list-item;
    list-style: none;
    list-style-position: outside;
    white-space: nowrap;
    border: thin solid;
}
p.header {
    text-align: center;
    font-weight: bold;
}
p.text {
    text-align: left;
    margin-left: 1cm;
    margin-right: 1cm;
    font-size: normal;
    font-weight: normal;
}
p.text_header {
    text-align: left;
    font-size: normal;
    font-weight: bold;
}
p.home {
    text-align: center;
    font-size: small;
    color: yellow;
    font-size: normal;
}
p.download {
    text-align: center;
    color: green;
    font-family: sans-serif;
    font-weight: bold;
}
p.copyright {
    text-align: center;
    color: gray;
    font-size: small;
    font-family: sans-serif;
}
table.menu {
    margin-left: auto;
    margin-right: auto;
    border: single;
}
td {
    text-align: center;
}
td.header {
    text-align: center;
    font-weight: bold;
}
a:link {
    color: blue;
}
a:visited {
    color: purple;
}
a:active {
}
