body {
	color: black; 
	background-image: url('../backgrounds/grunge.png');
	font-family: serif;
	}


section {
	display: table;
	margin-bottom: 5px;
	border-radius: 7px;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: rgba(255,255,255,1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(70,70,70,0.4);
	}

tt {
	font-size: 100%;
	color: #c37626;
}

code {
	white-space: pre-wrap;
	display: block;
	padding: 5px;
	padding-bottom: 16px;
	padding-left: 20px;
	margin: 10px;
	margin-left: 40px;
	width: 85%;
	background-color: gray;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px;
	tab-size: 4;
	}



code {
	background-color: rgba(240,240,240,1);
}

output {
	background-color: rgba(240,240,240,1);
}


#footerleft {
	float: left;
	padding: 10px;
	}

#footerright {
	margin-top: 10px;
	margin-right: -5px;
	text-align: right;
	}

#leftpanel {
	width: 50%;
	float: left;
	border-right: 1px solid rgb(230,230,230);
}

#rightpanel {
	width:50%;
	margin-left: 50%;
	border-left: 1px solid rgb(230,230,230);
}

#leftpanel2 {
	width: 50%;
	float: left;
	border-right: 1px solid rgb(230,230,230);
}

#rightpanel2 {
	width:50%;
	margin-left: 50%;
	border-left: 1px solid rgb(230,230,230);
}

b {
	font-weight: bold;
/*	color: #333;*/
/*	color: #643F64;*/
/*	color: #643F64;*/
}


h1 {
	color: #B24532;
/*	color: #643F64;*/
/*	color: #4f804f;*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-top:5px;
	margin-bottom:5px; 
	margin-left: 14px;
	font-weight: bold;
	}


h2 {
	color: #B24532;
/*	color: #643F64;*/
/*	color: #4f804f;*/
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	margin-top:25px;
	margin-bottom:-5px; 
	margin-left: 14px;
	font-weight: bold;
	}


h3 {
	color: #B24532;
/*	color: #4f804f;*/
/*	color: #406840;*/
/*	color: #643F64;*/
/*	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
	margin-top: 25px;
	margin-bottom: -5px;
	margin-left: 28px;
	font-weight: bold;
	}

hr {
    border: 0;
    border-bottom: 1px solid rgb(230,230,230);
/*	margin-top: 15px;*/
	margin-bottom: 0px;
	width: 100%;
}


li {
	margin-left: 25px;
}

header, footer{
	display: table;
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(70,70,70,0.4);
	border-radius: 7px;
	-webkit-background-clip: padding;
	background-clip: padding-box;
}


p {
	color: black;
/*	margin-top: 0px;*/
/*	margin-bottom: 0px;*/
	margin-left: 30px;
	margin-right: 40px;
	}


.small {
	font-size:80%;
/*	font-family:monospace, serif;*/
	margin-left: 5px;
	}


.indent {
	margin-left: 60px;
	text-indent: -30px;
	}

.indent2 {
	margin-left: 60px;
	margin-bottom: 7px;
	}

.indent3 {
	margin-left: 90px;
	}

.hang {
	margin-left: 50px;
	text-indent: -30px;
}

.noindent {
	margin-left: 0px;
}


a:link {
	color: inherit;
	}

a:visited {
	color: inherit; 
	}

a:hover {
	color: #8A1B08;
	}

a:active {
	color: black; 
	}


.blink {
	animation:myfirst 1s;
	-moz-animation: myfirst 1s;
	-webkit-animation:myfirst 1s;
	animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	}

@keyframes myfirst {
	0%   {color:black;}
	33%  {color:orange;}
	66%  {color:orange;}
	100% {color:black;}
	}

@-moz-keyframes myfirst {
	0%   {color:black;}
	33%  {color:orange;}
	66%  {color:orange;}
	100% {color:black;}
	}

@-webkit-keyframes myfirst {
	0%   {color:black;}
	33%  {color:orange;}
	66%  {color:orange;}
	100% {color:black;}
	}

