BODY {
	margin-top : 0px;
	background-color : White;
	font-family: sans-serif;
}

P, UL {
	margin-top: 2px;
}

tr.header {
	background-color: Orange;
	text-align:left;
}

tr.content {
	background-color: #EEEEEE;
	font-family: monospace;
	white-space: pre;
}

table.result {
	width: 100%;
}


div.box {
	background-color: #E1FFE1;
	width: 200px;
	position: absolute;
	left: 80%;
	top: 0%;
	
	
}

div.m {
	width: 75%;
	position: absolute;
	
}
h1,h2 {
	margin-bottom: 0px;
}

.c {
	color: green;
}

.v{
	color: blue;
}

.a{
	color:#C71585;
}

.p{
	color:red;
}
.e{
	color:#00D5FF;
}
