@charset "utf-8";
/* Artjewelrystylesheet */


/* Body text and page background */
body{
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top: -20px;
    margin-left: 75px;
  
}


#header{

text-align:center;
margin-left:17px;

}



#footer{
margin-top:5px;
margin-left:10px;

}

a{
outline:none;
}

/* Unvisited links (no underline) */
a:link{
   color: #666666; /* gray */
   text-decoration: none;
}
/* Visited links (no underline) */ 
a:visited{
   color: #666666; /* gray */
   text-decoration: none;
}  
   /* Hover links (no underline) */ 
a:hover{
	color: #8FC8E2; /* blue */
	text-decoration: none;
}
