
body {
	background: linear-gradient(to bottom, #6092A6, #CEECF2);
	font-family: Arial, sans-serif;
}

/* h1 {
	style="font-family: Arial">
        color: black;
}
h2 {
	style="font-family: Arial">
        color: black;
}
h3 {
	style="font-family: Arial">
        color: black;
}
h4 {
	style="font-family: Arial">
        color: black;
}
h5 {
	style="font-family: Arial">
        color: black;
}
h6 {
	style="font-family: Arial">
        color: black;
}
p {
	style="font-family: Arial">
	color: black;
}
li {
	style="font-family: Arial">
        color: black;
} */
table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ddd;
}

table th, table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table tr:hover {
    background-color: #ddd;
}

hr {
	height: 4px;
	background-color: black;
	border: black;
}
a {
	color: black;
}
body {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 50px;
	margin-left: 50px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: square;
}
a:hover, a:focus{color: blue; font-weight:bold; text-decoration:underline}
