/* CSS Document */

body {
	background-image: url(images/background1.jpg);
}

.table {
	background-color: #FFCC66;
	width: 1000px;
	table-layout: auto;
}

.img1{
	float: left;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

a:hover {
	color: #CC0000;
} 


.text {
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}

.text a {}

.text a:hover {}

