/* CSS definition file containing sitestyle stylesheets */
BODY {
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/background1.jpg);
	background-repeat: repeat;
	background-position: right bottom;
}
 A:link { color: rgb(204,0,0);}
 A:visited { color: rgb(102,102,102);

}

body {
text-align: center
}
#container {
width: 80%;
margin: auto;
text-align: left
}

table
{ 
margin-left: auto;
margin-right: auto;
}
 