/* CSS Document - pics.css stylesheet */

/*------------------------------------------------------------------------------------------------*/
/* Root styles */

body{
	margin: 20px;
	padding:0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image:   url("background-pics.gif");
	background-position: center;
  	text-align: center;
}


a:link, a:visited{
	color: #15776E;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #15776E;
	text-decoration: underline;
	font-weight: bold;
}

#left{
	margin: 0px;
	padding: 0px;
  	text-align: left;
}



    

