body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial, verdana, sans-serif; 
	margin-top:20px;
	margin-left:50px; 
	margin-right:50px;
	min-width:680px;
}

img {
	width:100%;
	height:auto;
}	

h1 {
	text-align:center;
}

#table1 {
	border:3px solid #FFFFFF;
}

#table1 td {
	border:1px solid #000000;
}

.linkblue {
	display:block;
	width:100px;
	padding:5px;
	font-size:large;
	background-color:#0000FF;
	color:#FFFFFF;
	text-align: center;
	text-decoration:none;
	cursor:pointer;
	border-width:medium;
	border-style:outset;
	border-color:#0000FF;
}

.linkred {
	display:block;
	width:100px;
	padding:5px;
	font-size:large;
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	border-width:medium;
	border-style:outset;
	border-color:#FF0000;
}

.linkblue:visited {
	background-color:#0000FF;
	color:#FFFFFF;
}

.linkblue:hover {
	background-color:#FFFFFF;
	color:#0000FF;
	border-width:medium;
	border-style:outset;
	border-color:white; 
}

.linkred:visited {
	background-color:#FF0000;
	color:#FFFFFF;
}

.linkred:hover {
	background-color:#FFFFFF;
	color:#FF0000;
	border-width:medium;
	border-style:outset;
	border-color:white
}

#footer {
	margin-top: 40px;
	text-align:center;
	font-size: medium;
}

.hidden {
	display:none;
}