/* DeusEst.css */

body
{ width: 320px;
}

div#colorBarWhite
{ width: 100%;
  background: white;
  text-align: center;
  border-width: 1px;
  border-style : solid ;
  border-color : black ;
}

div#colorBarRed
{ width: 100%;
  background: red;
  text-align: center;
}

div#colorBarGreen
{ width: 100%;
  background: green;
  text-align: center;
}

div#colorBarViolet
{ width: 100%;
  background: #660066;
  color: white;
  text-align: center;
}

div#colorBarRose
{ width: 100%;
  background: #ff3399;
  text-align: center;
}

