body {
	background-image:url("salmon.jpg");
	background-repeat: repeat;
	margin-right: 7%;
	margin-left: 7%;
}

h1 {
	background-color: lightgrey;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 65px;
}

h2 {
	background-color: lightgrey;
	border: 3px solid;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 25px;
	padding: 5px;
	}

h3 {
	background-color: lightgrey;
	border: 3px solid;
	margin-top: 5px;
	margin-bottom:0px;
	font-size: 20px;
	padding: 5px;
	}

ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom:0px;
	padding: 0px;
}
	
li {
	padding: 5px;
}
	
div.welcome {
	background-color: lightgrey;
	border: 3px solid;
	margin-top: 15px;
	padding: 5px;
	}

div.subtitle { 
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	font-family: "Arial", Helvetica, sans-serif;
	}

table {
    width: 100%;
}

th {
    padding: 3px;
}
		
td {
    padding: 3px;
}

tr td:last-child {
    text-align: right;
}