body { background-color:#fffdd0; color:#600001; }

h1 { font-size:200%; color:#600001; }
h2 { font-size:150%; color:#600001; }
li { font-size:120%; color:#600001; margin-bottom: 5px;}
ul { width:80%; text-align:justify; list-style-position: inside}

p { color:#600001}

a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none; }
a:hover { color:green; text-decoration:none; }

#main {
  position:fixed;
  top: 0;
  left:20%;
  width:70%;
  background:#fffdd0;
  word-wrap: break-word;
  overflow-y:auto;
  overflow-x:hidden;
  height:100%;
}

#leftcol {
  position:absolute;
  top:0;
  left:0;
  width:15%;
  height:100%;
  background-color:#600001;
}

#rightcol {
  position:fixed;
  top:0;
  left:auto;
  right:0;
  width:15%;
  height:100%;
  background-color:#600001;
}