body{
	background-color: rgb(220,220,220);
	color: rgb(110,110,110);
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 100%;
	color: rgb(42,125,155);
	font-family: "Times New Roman",Times,serif;
	text-transform: uppercase;
	text-decoration: underline;
}

A:link {text-decoration: none; color:rgb(128, 80, 0);}
A:visited {text-decoration: none; color: rgb(128, 80, 0);}
A:active {text-decoration: none; color: rgb(128, 80, 0);}
A:hover {text-decoration: underline; color: rgb(42,125,155);}

#container{
	border-radius: 15px;
	background-image:url('pagebackground.jpg');
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgb(42,125,155);
	border-right: 1px solid rgb(42,125,155);
	
}

#description{
	width: 100%;
	background-color: white;
	border: 1px dotted rgb(220,220,220);
	padding: 10px;
}

#image{
	vertical-align: top;
	max-height: 300px;
	max-width:300px;
	border: 10px solid rgb(220,220,220);
}

#imagedescription{
	width: 200px;
	color: rgb(128, 80, 0);
	font-size: 80%;
}

#info{
	width: 65%;
	vertical-align: top;
	padding: 20px;
}


#objecttable{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 87%;
	vertical-align: top;
}

#player{
	text-align: center;
}

#toptable{
	border: 1px solid rgb(220,220,220);
	width:80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 87%;
	text-align: right;
}

#video{
	width:560px;
	height:315px;
	border: 10px solid rgb(220,220,220);
}

.blue{
	font-size: 80%;
	color: rgb(42,125,155);
	font-family: "Times New Roman",Times,serif;
	text-transform: uppercase;
}

