body{
/*  background-color: #000; */
background: #ffd7f0;
  font-weight:bold; font-family:Georgia,serif; text-align:center; margin:0px;}  

a {text-decoration:none;}



.ind1 {

  border-width: 1px;
  border-style: solid;
  border-color: #ff007b;
  background-color: fff0f5;
  padding: 15px 0px;

}



.CHART{ background-color: #fff; color: #000; font-weight: bold;  border:2px; border-style:solid; border-color:lime; padding:5px;  border-radius:5px; text-decoration: NONE;  margin-top:5px; margin-bottom:5px; }



table {

    border-collapse: collapse;

    width: 100%;

}

th, td {

    text-align: center;

    padding: 5px;

}

tr:nth-child(even) {background-color: #f2f2f2;}

.button {

  background-color: #1e0a4b;

  border: 2px solid #ff006d;

 border-radius: 8px 0;

  color: #fff;

  padding: 3px 7px;

  text-align: center;

  text-decoration: none;

  display: inline-block;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

}

.quicklink

{

	text-align:center;

	font-weight:bold;

	margin: 18px 0 18px 0;

	

}

.quicklink a {

	text-decoration:none;

	background-color:yellow;

	border-radius:10px;

	border-color:red;

	padding: 9px;

    color: #000;

}