body{
	background-color: lightyellow;
	opacity: 1;
}
h1 {

	text-align: center;
	Color: black;
	font-size: 48px;
}

h2 {

	Color: black;
	margin: 0px 0px 0px;
	font-size: 36px
}

.webapps {

	background-color: darkblue;
	Color: white;
	width:25%;
	font-size: 18px;

}

p {

	width:75%;
	border-style:solid;
	border-color:darkblue;
	font-size: 22px;
	border-width: 2px;

}

a:link {

	Color: white;

}

a:visited{
	Color: gold;
}

a:hover{
	Color:gold;
}


input[type=text]{
	width: 75%;
	text-align:center;
	margin: auto;
	margin-bottom: -10px;
	display: block;
	font-size:22px;
}

table{
	width: 100%;
	border-collapse:collapse;
	style = overflow-x:auto;
	font-size: 16px;
	padding:15px;
}

td{
	text-align: center;
}

tr:nth-child(even){background-color:#FED8B1;}
tr:nth-child(1){background-color:#ee6730; text-transform:uppercase; font-weight:bold; border: 3px solid black; font-size: 18px;}
tr:hover {background-color:#ee6730;}

canvas{

	background-color:white;

}
