body { width:auto;

	color: Black;
	background-image: url(test/back.jpg);
	}
	p {
		font-family: Sans-serif;
	}

	h1 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin-top: 20px;
	font-family: Sans-serif;
	}
	h2 {
	   margin-top: 30px;
	   text-align: left;
		font-size: 22px;
		color: #006400;
   }
	table {
	   max-width: 800px;
	   width: 800px;
	   width: inherit;
	   border-collapse: collapse;
	   background-color: White;
	}
	table.psiky {
		 max-width: 600px;
		 width: 550px;
	}

	td.top {
		background-image: url(test/top3.jpg);
		width: 800px;
		height: 250px;
		background-position: center;
		background-repeat: no-repeat;

	}
	td.menu {
		background-image: url(test/menu.jpg);
		width: 180px;
		height: 250px;
		line-height: normal;
	}
	td.body {
		width: 620px;
		font-family: Sans-serif;
		font-size: small;
		text-align: left;
		padding-left: 30px;
		padding-right: 15px;
		padding-top: 30px;
		min-height: 300px;
		height: 300px;
		background-color: #ffffff;
	}
	td {
		background-color: #c2faa0;
	}
	 img {
	 	border: none;
	 }
 a:hover {
 	background-image: url(test/ahover.png);
	background-repeat: repeat;
	background-position: top;
 }
	
	
