/* this is file public_html/colors-family.css */

/* use it with file two-column-layout.css     */
/* copied from styles_grid.css                */

/*   styles_grid.css copied from dead.html    */



.grid-container {
  background-color: white;
}

.header {
  background-color: purple;
}


.links {
    background-color: lightskyblue;
  }
  


.main {
    background-color: white;
}

.right {
    background-color: beige;
    color: black;
	border-style: solid;
	border-width: 1px;
	border-color: deepskyblue;

}

