body{
background-image: url("images/original.jpg");

font-family: Maiandra GD, Arial, sans-serif;
}

h2{
color: #0b63c4;
font-size: 20px;
}
h3{
color: white;
font-size: 50px;
text-align: center;
}
#info{
color: #0b63c4;
border: solid 5px;
background-color: white;
margin: 50px 100px 50px 100px;
padding: 20px 20px 20px 20px;
}
#title{
text-align: center;
}
#pic{
text-align: center;
}
a:visited{
color: white;
}
a:link{
color: white;
}
a:hover{
font-size: 30px;
}
#links1{
text-align: center;
font-size: 20px;
color: white;
}
#update{
color: white;
text-align: center;
}
#table{
text-align: center;
}
#textbox {	
		text-align:		center;
		color:			white;
		border-style:		double;
		border-side:		top;
		border-color:		white;
		background-color:	#0b63c4;
		padding-left:		5px;
		padding-right:		5px;
		padding-top:		5px;
		padding-bottom:		5px;
}