
      body,td {
        font-size: 1em;
      }
      table {
        background-color:transparent;
        border: 1 px;
        border-collapse: collapse;
      }
      th {       
        background-color: #fc3d49;
        color: white;
		text-align:center;
      }
      tr {
        background-color: transparent;
        margin: 1px;
		line-height: 200%;
      }
      td {
        padding: 1px 8px;
		text-align:center;
      }
	  td#mark{
	   text-align:left;}
      tr.striped {
        background-color: #fce5e7;}  