body {
	background-color : gray;
}
h1 {
	font-size : 20px;
}
i {
	font-size : 10px;
}
a {
	color : #000000;
}
.menu {
	background-Color : #CCCCCC;
	font-weight : bold;
	width : 200px;
	cursor : pointer;
}
.menuOver {
	background-Color : #FFFFFF;
	font-weight : bold;
	width : 200px;
	cursor : pointer;
}
.main {
	padding : 0 50px 0 75px;
}
input,textarea,select {
	border : #000000 1px solid;
	background-Color : #CCCCCC;
}
.submit {
	font-weight : bold;
	background-Color : #666666;
}
.copyright {
	text-align : center;
	font-size : 10px;
}
