input[type=submit] {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    background-color: #6600CC;
    color: #696969;
    padding: 3px;
}

main {
    padding: 5px;
    padding-left:  15px;
    padding-right: 15px;
    background-color: #6600CC;
    border-radius: 0 0 5px 5px;
}

h1 {
    font-family: Georgia, serif;
    color: #aa69ff;
    font-size: 30px;
}

h2 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #801fff;
    font-size: 30px;
}

h3 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}

p {	font-family: arial;
	font-size: 100%;
	text-align: left;
	line-height: 100%;
	}

table {
    width:100%;
}

table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}

th {
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table tr:nth-child(even) {
    background-color: #ffffff;
} 

button {
	background-color: #9a4dff;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #6f03fc;
	border-radius: 1px 1px 10px 10px solid #9a4dff;
	border-bottom: 3px solid ;
	cursor: pointer;
	transition: 0.3s;
}

button:hover{
	background-color: #6f03fc;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #9a4dff;
	border-radius: 1px 1px 10px 10px solid #9a4dff;
	border-bottom: 3px solid ;
	cursor: pointer;
}

ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 2px;
}

ul#menu li a {
    background-color: #9a4dff;
    padding: 10px 20px;
    text-decoration: none;
    color: #6f03fc;
    border-radius: 1px 1px 10px 10px solid #9a4dff;
	border-bottom: 3px solid ;
	border-color: 
	transition: 0.3s;
}

ul#menu li a:hover {
    color: #9a4dff;
    background-color: #6f03fc;
	border-bottom: 3px solid #9a4dff;
} 