body{
	background: #fffff8;
}

.page{

}

h1{
	border-style: solid;
	border-width: 0px;
	border-left-width: 16px;
	border-color: #ffe080;
	background: #fffcf0;
	padding: 8px;
        color: #606060;
}

h2{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d0d0d0;
	color: #606060;
}

.center{
	text-align: center;
}

td{ background: #e0f0ff;
}
th{ color: #000040;
    background: #b0f0b0;
}
.c{ text-align: center;}

pre.console{
  font-family: "Courier", monospace;
  color: #20ff20;
  background: #002000;
  font-style: normal;
}

pre.consolebox{
    font-family: monospace;
    font-weight: bold;
    color: #303030;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    padding: 10px;
    background: #fffff0;
}

.code{
    font-family: monospace;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    border-color: #ffc0c0;
    color: #ff0000;
}

.red{
  color: red;
}
.green{
  color: green;
}
.blue{
  color: blue;
}

.em{
    color: blue;
    font-weight: bold;
}
