h1 {
	margin: 0px;
	padding: 0px;
    line-height: 1.4;
}
pre {
    background-color: #eee;
    padding: 10px;
	border-top: 10px;
	border-bottom: 10px;
    font-size: 11px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

code {
    background-color: #eee;
    padding: 10px;
	border-top: 10px;
	border-bottom: 10px;
    font-size: 11px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    display: block;
}
.header a{
	display: inline;
	margin: 0px;
	text-decoration: none;
	width: 30px;
}
.header {
	display: inline;
	margin: 5px;
	text-decoration: none;
	width: 30px;
	font: bold 12px;
}

textarea {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

label
{
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	font-size: 20px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.submit input
{
	margin-left: 4.5em;
}
input
{
	font-size: 20px;
	font-weight: bold;
	color: #35393d;
	background: #c6c6c6;
	border: 1px solid #b8bfc6
}

.submit input
{
	color: #35393d;
	background: #c6c6c6;
	border: 2px outset #b8bfc6;
	margin: 10px;
}
fieldset
{
	border: 1px solid #8e9399;
	width: 20em;
	margin: 10px;
}

legend
{
	color: #35393d;
	background: #c6c6c6;
	border: 1px solid #b8bfc6;
	padding: 2px 6px
}

.comment {
	color: #35393d;
	background: #c6c6c6;
	margin: 15px;
	padding: 5px;
}

.pagination{
	text-align: center;
	display: block;
	margin: auto;
}

.css1 { font-size: 8px; }
.css2 { font-size: 13px; }
.css3 { font-size: 15px; }
.css4 { font-size: 18px; }
