body {
   background-color: white;
	background-attachment: fixed;
	background-image: url('images/7bits-background.png');
   color: black;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   margin-left: 220px;
}

h1 {
    width: 95%;
    background-color: azure;
    color: teal;
    border: 1px solid black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 0px;
}

h2 {
    width: 75%;
    background-color: teal;
    color: white;
    border: 1px solid black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 5px;
}

h3 {
    color: teal;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 10px;
    margin-bottom: 5px;
}

p.level2 {
    color: black;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.level3 {
    color: black;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 5px;
    margin-bottom: 5px;
}

ol.level3 {
    margin-left: 6%;
    margin-right: 6%;
}

ul.level3 {
    margin-left: 6%;
    margin-right: 6%;
}

a { text-decoration: underline }
a:link { color: #00C; }
a:visited { color: #609; }
a:hover { text-decoration: none; }
a:active { color: #C00; }

a.menu { text-decoration: underline; color: white; }
a.menu:link { text-decoration: underline; color: white; }
a.menu:visited { text-decoration: underline; color: white; }
a.menu:hover { text-decoration: none; }

b.mb { color: white; }

#menu {
    position: absolute;
    top: 15px;
    left: 8px;
    width: 200px;
}

.menubox {
    background-color: teal;
    border: 5px solid black;
    padding: 5px;
}

.releasebox {
    background: white;
    border: 1px solid black;
    padding: 5px;
    font-size: 13px;
}

.contentsbox {
    background: white;
    border: 1px solid black;
    padding: 5px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.right {
    text-align: right;
}

code
	{
	background-color: azure;
	color: teal;
	}

pre
	{
	display: block;
	background-color: azure;
	color: black;
	}

pre.level2
	{
	display: block;
	background-color: azure;
	color: black;
    margin-left: 3%;
    margin-right: 3%;
	}

pre.level3
	{
	display: block;
	background-color: azure;
	color: black;
    margin-left: 6%;
    margin-right: 6%;
	}
