#screen {
	background-color: #6495ED;
	left: 0px;
	height: 800px;
	top: 0px;
	position: absolute;
	width: 1000px;
}
.picture {
	text-align: center;
	vertical-align: middle;
	border: none;
	
} 

h1 {
	color: #191970;
	font-size: 35px;
	text-align: center;
}

h3 {
	color: #191970;
	font-size: 18px;
	text-align: center;
}


.caption {
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #191970;
	text-align: center;
	vertical-align: baseline;
	font-style: italic;
}

.menu {
	background-color: transparent;
	font-family: sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
}

.footer{
	color: #191970;
	font-weight: normal;
	font-style: normal;
	font-family: sans serif;
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
}
a:link {
	color: #191970;
	text-decoration: none;
}

a:visited {
	color: #191970;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}

