body {
	font-size: 62.5%;
	color: #FFFF99;
	padding: 0;
	margin: 0;
/*	background: url(/static/images/dotted.png);
	background-repeat: repeat-x; */
	background-color: #505050;

}

#header {
	padding-left: 4em;
	padding-top: 2em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: solid thick black;
	background-color: #FFCC00;
	font-size: 3.5em;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#copyright {
	position: fixed;
	right: 2em;
	top: 1em;
	font-size: 1em;
	z-index: 2;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.2em;
}

div > p:first-child {
	font-size: 2em;
	font-weight: bold;
}

div#current, div#saved,  div#bigout {
	background-color: #FFCC00;	
	color: black;
	
}

div#current, div#output, div#bigout {
	width: 60%;
	margin-left: 1em;
	padding: 1em;
}

div#current input {
	border: solid thin black;
	width: 100%; 
	background-color: #707070;
	color: #FFFF99;
	
}

div#bigout {
	margin-top: 1.2em;
}


div#saved {
	width: 30%;
	float: right;
	margin-right: 1em;
	margin-bottom: 40px;	
	margin-left: .5em;
}


span#proc {
	padding-left: 1em;
	display: none;
}

#conv_list p a { 
	display: inline;
	margin-right: 2em;	
	color: #FFFF99;
}

#conv_list p { 
	font-size: 1.3em;
}
