body
{
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: rgb(200,200,200);
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
}

h1
{
	display: inline-block;
	color: black;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	padding: 10px 0 10px 0;
}

h2
{
	display: inline-block;
	color: black;
	width: 100%;
	text-align: center;
	text-decoration: underline;
}

h3
{
	font-size: 40px;
	display: inline-block;
	color: black;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

h4
{
	font-size: 20px;
}

.submit_button
{
	font-family: 'Oswald', sans-serif;
	background-color: white;
	border: solid white 1px;
	border-radius: 10px;
}

.submit_button:hover
{
	cursor: pointer;
	background-color: black;
	color: white;
}

textarea
{
	resize:none;
	color: white;
	background-color: rgb(80,80,80);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid black;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
}

input[type="text"], input[type="password"]
{
	color: white;
	background-color: rgb(80,80,80);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid black;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
}

.list_select
{
	padding: 5px;
	border: none;
	border-radius: 10px;
	background-color: 	rgb(80,80,80);
	font-family: 'Oswald', sans-serif;
	color: white;
}

/***********************************************************************************************************************************/
/********************************************************** CSS MINI ***************************************************************/
/***********************************************************************************************************************************/
@media screen and (max-width: 720px)
{
	body
	{
		overflow-x: hidden;
	}
}