﻿body { margin: 10px 50px;}
body {background-color: powderblue;}
table, td, th {    
    border: 1px solid #ddd;
    text-align: left;
}
.top-header { text-align: right; font-weight: 400 !important; font-family: "Arial","sans-serif" !important; font-size: 13px; }
.page-footer { text-align: center; font-weight: 400 !important; font-family: "Arial","sans-serif" !important; font-size: 13px; }
.header a{
color:blue;
}
.content h2 { text-align:center; font-size: 20px; font-family: Verdana; font-weight: 900 !important;}
.content h1, p {
	font-size:24px;
	text-align:center;
	font-family: Verdana;
	font-weight: 700 !important;
}
.content-1 a {
	color:blue;
	font-size: 17px;
    font-family: "Arial","sans-serif";
	font-weight: 500 !important;
}
.content-1 h1 { font-family: "Verdana","sans-serif"; color: blue; font-size: 24px; }
.content-1 li {
	list-style:none;
}
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}

