.stred {
	border: thin ridge;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: justify;
	vertical-align: top;
	background-color: White;
	height: 717px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}

a:link {
	color: White;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
a:visited {
	color: Silver;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
a:active {
	color: White;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: Silver;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}


body {
	background-image: url(images/background.jpg);
}
.table {
	margin: auto;
	height: 250px;
	width: 800px;
	
}
.menu {
	background-image: url(images/menu.jpg);
	width: 100%;
	height: 30px;
	text-align: center;
}
.pata {
	margin: auto;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	background-color: Black;
	width: 800px;
}
h1{
	color: Red;
	font-family: Tahoma;
}