body {
	background-color: black;
	color: white;
	font-family: "Times New Roman", Times, serif;
	/*font-size: 13px;*/
	margin-top: 20px;
	text-align: center;
}

img {
	border: 2px ridge #505050;
}

h1 {
	text-align: center;
	}
h2 {
	font-size:18px;
	margin-top:30px;
	margin-bottom:20px;
	}
	
p  {
	text-align: left;
	}
p.block {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	}

.center {
	text-align: center;
	}
	
a:visited  {
	color:fuchsia;
	text-decoration:none;
	}
a:link {
	color: #08B0FF;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	/* color:aqua;*/
	}

table {
	border:2px solid #505050;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	}

td {
	border:1px solid #505050;
	text-align:center;
	padding:5px 10px 5px 10px;
	}
td.fee {
	width:120px;
	vertical-align:top;
	padding-top:10px;
	}
td.contact {
	width:25%;
	}
	

/* Define all elements with class "center" to align the text in the center */
.center {text-align: center}


