	body {
		font-family: arial, helvetica, sans-serif;
		font-size: 100%;
		color: black;
		background: url(images/tampob.JPG) top left fixed no-repeat;
		background-size: 100% auto;		
		text-align: left;
		margin-left: 50px;
		margin-right: 50px;		
	}
		
	h1 {
		text-align: left;
		font-size: 3.4em;
		font-family: arial, helvetica, sans-serif;
		text-shadow: -1px 1px 1px white;
	}

	h2 {
		text-align: left;
		font-size: 2.5em;
		font-family: "times new roman", helvetica, sans-serif;
		text-shadow: -1px 1px 1px white;
		
	}

	h3 {
		text-align: left;
		color: black;
		font-size: 1.8em;
	}

	h4 {
		text-align: left;
		font-family: sans-serif;
		font-style: italic;
		float: right;
		color: black;
		background-color: #24BBEE;
		border: 2px solid black;
		border-radius: 10px;
		padding: 10px;
	}

	h5 {
		text-align: left;
		font-style: italic;
		color: white;
	}

	img {
		float: left;
		border: 2px solid black;
		margin-right: 50px;
		border-radius: 10px;
		box-shadow: -1px 1px 1px white;
		text-align: center;
	}
	
	p {
		color: black;
		text-align: left;
		font: 100% helvetica;
		margin: 30px 20px 50px 20px;
		padding: 40px;
	}

	a:link {
		color: #663300;
		transition-property: color, font-weight;
	}

	a:hover {
		color: black;
		font-weight: bold;
	}

	a:visited {
		color: purple;	
	}

	td {
		display: inline-block;
		border: 1px solid #550;
		color: white;
		padding: 0.2em 0.1em 0.2em 0.1em;
		text-shadow: -0.5em 0.5em 0.5em white;
		font-weight: bold;
		text-align: center;
		background-color: beige;
	}

	table {
		border-collapse: collapse;
		table-layout: fixed;
		width: 90%;
	}

	#top {
		background-color: darkblue;
		border: 1px solid #550;
		border-radius: 10px;
		margin-top: 30px;
		padding: 20px 20px 20px 20px;
	}

	.descrip  {
		float: right;
		font-family: helvetica;		
		font-size: 100%;
}
