* {
  font-family: "Trebuchet MS", sans-serif;
  
}

a.text:link {text-decoration: none; color: #BF221A;}
a.text:visited {text-decoration: none; color: #BF221A;}
a.text:hover {text-decoration: none; color: black;}
a.text:active {text-decoration: none; color: black;}

body {
width: 1000px;
background-color: black;
position: absolute;
left: 125px;

}

#main {
width: 1000px;
position: absolute;
background-color: #E4E6E2;
color: black;
border: 1px solid A6A6A8;
margin-left: -1px;
}

#navbar {
width: 1000px;
background-color: black;
height: 2em;
bottom: 20px;
position: relative;
color: white;
}

#side {
width: 190px;
background-color: white;
margin-left: 5px;
margin-top: 5px;
padding-bottom: 5px;
border: 1px solid black;
position: relative;
float: left;
}

#center {
width: 600px;

background-color: white;
border: 1px solid black;
position: relative;
top: 5px;
left: 3px;
float: left;
}

#book {
width: 795px;

background-color: white;
border: 1px solid black;
position: relative;
top: 5px;
left: 3px;
float: left;
}

#side2 {
width: 190px;
background-color: white;
border: 1px solid black;
margin-bottom: 5px;
position: relative;
top: 5px;
right: 5px;
float: right;
}







h1 {
font-size: 12pt;
color: #BF221A;
border-bottom: 1px solid #BF221A;
}

h2 {
font-size: 14px;
color: #BF221A;
margin-left: 3px;
margin-right: 3px;

}

pre {
font-size: 12px;
}