* {
	text-align: center;
	vertical-align: center;
	float: center;
}
/*set base for all content*/

div {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	padding: 5%;
}
/*set base for all div*/

.mybox {
	height: 90%;
	width: 90%;
	background-color: #178A59;
	clear: both;
	margin-bottom: 10px;
}
/*for mybox classes*/


/*unused code for some test boxes*/

/*#box2 {
	height: 90%;
	width: 90%;
	background-color: #00FF62;
	clear: both;
	padding: 10%;
}
/*for box 2*//*

#box3 {
	height: 90%;
	width: 90%;
	background-color: #62FF00;
	padding: 10%;
}
/*for box 3*/

#header {
	background-color: #DDE417;
	padding: 10px 5px 10px 5px;
	position: fixed;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
}
/*for the header*/

#container {
	border: 20px solid #654321;
	padding: 5%;
	background-color: #E0BC48;
}
/*for the container*/

a {
	text-decoration: none;
}
/*base for links*/

body {
	background-color: #640A68;
}
/*base for the body*/

.submenu {
	border: 1px solid black;
	padding: 1px 0px 1px 0px;
	width: 15.2%;
	margin-left: 4%;
	border-radius: 3px;
	text-decoration: none;
	list-style-type: none;
	display: inline;
	color: #330033;
	float: left;
}
/*for the sumbmenu class*/

.thing:hover {
	background-color: #FFCCCC;
}
/*for the thing's hover*/

img {
	width: 20em;
	height: 18em;
}

p {
	font-size: 2.5em;
}
/*increase the default size*/