body {
	text-align:center;
	margin:0px;
	padding:10px;
	background:#6ac;
	font-family: "Noto Sans", sans-serif;
    font-size: 12px;
}

img {
	margin:0px;
	border:0px;
}

table {
	text-align:center;
}

td {
	text-align:center;
    padding:3px;
}
	
h1 {
	width:637px;
	height:1.5em;
	margin:auto;
	margin-top:50px;
	margin-bottom:20px;
	text-align:center;
	font-family:Verdana;
	font-size:1.5em;
	font-weight:600;
	background:#6ac;
	padding:10px 0px 0px 0px;
}

h2 {
	width:637px;
	margin:auto;
	margin-top:50px;
	margin-bottom:20px;
	text-align:center;
	font-family:Verdana;
	font-size:1.3em;
	font-weight:500;
}

h3 {
	margin-top:50px;
	margin-bottom:20px;
	text-align:left;
	font-family:Verdana;
	font-size:1.0em;
	font-weight:500;
}

p {
	padding-left:10px;
	padding-right:10px;
}

#page {
	color:#333;
	margin:auto;
	width:950px;
	border:0px solid blue;
	padding:0px 0px 10px 0px;
	background:#ddd;
	text-align:center;
}

#page a:link{/*color:#b00;*/text-decoration:none;}
#page a:visited{/*color:#b00;*/text-decoration:none;}
#page a:hover{text-decoration:underline;background:#ddd;}
#page a:active{color:#66f; text-decoration:none;}

#menu {
	height:30px;
	margin:10px 10px 10px 10px;
	padding:2px 0px 0px 0px;
	text-align:center;
	font-size:100%;
}

#menu li {
	display:inline;
	list-style-type:none;
	margin:0px 10px 0px 0px;
}

#menu li a:link{/*color:#b00;*/text-decoration:none;}
#menu li a:visited{/*color:#b00;*/text-decoration:none;}
#menu li a:hover{text-decoration:underline;background:#ddd;}
#menu li a:active{color:#66f; text-decoration:none;}

#top {
	height:250px;
	width:930px;
	margin:5px 5px 5px 5px;
	padding:5px;
	border:0px solid blue;
}

#subtext {
/*	float:left;*/
	width:637px;
/*	height:100%;*/
	text-align:left;
	margin:auto;
	padding:0px;
	border:0px solid blue;
}

#right {
	float:left;
	width:150px;
	height:100%;
	margin:auto;
	padding:0px;
	border:0px solid blue;
}

#bottom {
	width:940px;
	height:100%;
	text-align:center;
	margin:auto;
	padding:0px 0px 10px 0px;
	border:0px solid blue;
	font-size:.9em;
}

pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* 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+ */
    text-align: left;
}

textarea {
 font-size:1.2em;
}

.field {
padding:10px;
}

.form-style{
	font: 95% Arial, Helvetica, sans-serif;
	width: 800px;
	margin: 10px auto;
	padding: 16px;
	background: #F7F7F7;
}
.form-style h1{
	width:50%;
    margin:auto;
    background: #43D1AF;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	
}

table.listing tr:hover {
    background-color: #ff9;
}


