﻿@media screen {
body {
	background-image: url('bkgrds/ltblue.jpg');
}
table {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('bkgrds/white.jpg');
	margin-bottom: 100px;
}
td {
	padding: 25px 80px 40px 80px;
}
	
}
h1 {
	font-size: 160%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 0px;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}