a {
	color: black;
	text-decoration: none
	}
a:hover {
				color: red;
				}
body {
		 background-image: url(pics/frame-bg.jpg);
		 text-align: center;
		 vertical-align: center;
		 font-family: serif;
		 }
h1 {
	 font-family: serif;
	 font-style:  normal;
	 }
h2 {
	 font-family: times new roman, serif;
	 font-style:  normal;
	 }
table {
			table-layout: auto;
			margin: auto;
			}
tr {
	 text-align: center;
	 vertical-align: center;
	 margin: auto;
	 }
td {
	 font-family: serif;
	 }
