body, html {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	width: auto;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: none;
}
textarea{
	font-size:18px;
}
input[type=text]{
	width: 33%;
  	padding: 12px 20px;
  	margin: 8px 0;
  	display: inline-block;
  	border: 1px solid #ccc;
  	border-radius: 4px;
  	box-sizing: border-box;
	font-size: 18px;
}
input[type=password]{
        width: 33%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
	font-size: 18px;
}
input[type=submit] {
 	width: 40%;
  	background-color: red;
  	color: white;
  	padding: 14px 20px;
  	margin: 8px 0;
  	border: none;
  	border-radius: 4px;
  	cursor: pointer;
	font-size: 20px;
}
input[type=submit]:hover{
	background-color: #f54260;
}

.border{
	border-radius: 5px;
  	background-color: #f2f2f2;
  	padding: 20px;
	font-size: 20px;
}
label{
	font-size: 20px;
}
.header {
        background-color: white;
        position: relative;     
        color: #000000;
        font-size: 24px;
        overflow: hidden;
}
.header a {
        float: left;
        text-align: center;
        padding: 14px 16px;

}
.header a.active {
        background-color: black;
        color: white;
}

