body {
	margin: 0px;
    font-family:Times New Roman, Times, serif;
    background-color:#CCCCCC;
}

.container {
	width: 800px;
	overflow:hidden;
	border:#000000 solid 2px;
	background-color:#FFCC33;
}

.header {
	float: left;
	width: 800px;
	height: 200px;
}

.title {
	float: left;
	width: 549px;
	height: 40px;
	margin-left: 25px;
	margin-top:10px;
}

.content {
	float: left;
	width: 750px;
	text-align:left;
	margin-left: 25px;
	margin-right:25px;
	margin-bottom: 25px;
	margin-top: 25px;
	color:#000000;
	border:#000000 solid 2px;
}

.content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.group{ color:#3C3C3C; text-decoration: underline; font-size:20px;}
.group:hover { color:#0C0C0C; text-decoration: underline; font-size:20px; }

.footer {
	width: 800px; /*465*/
	height: 20px; /*25*/
	float:left;
	vertical-align:bottom;
	margin-bottom: 10px;
	padding-top: 5px;
	color:#FFFFFF;
}

.footer a { color:#FFFFFF; text-decoration: none; font-size:16px }
.footer a:hover { color:#FFFFFF; text-decoration: underline; }

.input {
	border: 1px dotted #e10000;
	color: #000000;
}
.input1{
	display:none;
}
.output2{
		display:none;
}

h2{
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	color:#FFFFFF;
	background-color:#999999;
	text-align:center;
	line-height:30px;
    margin-top:0;
    padding-top:0;
}

.rull{
height:10px;
}
.user {
	background:#FFCC33;
        text-decoration:none;
        text-align:left;
        font-size:16px;
        color:#000000;
}
.user:hover{
	background:#FFCC33;
        text-decoration:underline;
        text-align:left;
        color:#999999;
}
