html, body {
height : 100%;
margin : 10;
padding : 0;
}
div#container {
min-height : 100%;
}
div#container {
height : auto !important ;
height : 55%;
min-height : 90%;
}
p#footer {
margin : -35px 0 0 0;
text-align : center;
}
div#padding {
padding : 0 0 45px 0;
}
p {
margin-left : 10px;
margin-right : 50px;
font-family : 'Times New Roman', Times, serif;
}
div#centered {
text-align : left;
margin-right : auto;
margin-left : auto;
width : 35%;
padding : 0;
}
p#print {
margin-right : 300px;
margin-left : 10px;
text-indent : 14pt;
font-family : 'Times New Roman', Times, serif;
}
h1,h2,h3,h4 {
margin-left : 10px;
font-family : 'Times New Roman', Times, serif;
a:link color: #fff; text-decoration: none;
a:active color: #fff; text-decoration: none;
a:visited color: #fff; text-decoration: none;
a:hover color: #fff; text-decoration: none;
}
pre {
background : #006699;
color : #ffffff;
font-size : 75%;
padding : 10px;
border : 1px solid #220000;
overflow : hidden;
margin : 0 0 15px 10px;
width : 700px;
font-family : Andale Mono, Courier, Monospace;
white-space : pre-wrap;
}
canvas {
border : 1px solid black;
}
video {
	margin: 10;
}
td.wide {
	height : auto !important ;
	width : 65%;
}
td.edit {
	background : tan;
}
td.center {
	align: center;
}
input.entry{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea.autosize {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 800px;
height: auto;
overflow: visible;
}
