        <style>
	    table {
  		border: medium solid;
  		border-color: #9343B9 #9343B9 #9343B9 #9343B9;
  		margin-left: 25px;
  		margin-right: 25px;
  		padding-left: 10px;
  		padding-right: 10px;
  		border-spacing: 5px;
	    }
	    
	    td {
  		padding-left: 5px;
  		padding-right: 5px;
  		padding-bottom: 5px;
  		text-align: left;
  		border-bottom: dotted thin #D5C4D5;
	    }

            body {
                margin: 10px 10px 10px 10px;
                background-color:#9343B9;
            }

            img {  border-radius: 8px;}
            p  {font-size:12px;}
            a  {font-size:12px;}
            td {font-size:12px;}

	    h4,
	    h3 {
	        color: #7A2875;
		font-weight: bold;
		font-size: 150%;
	    } 
	    h5 {
	        color: #7A2875;
		    font-weight: bold;    	
	    }       
            .mytext{
                font-size:12px;
            }  
                        
            .head {
              text-align:center;
              background-color:#fff;
  }
             .leftcol {
                 background-color:#7A2875;
                 color:#fff;
              }

       	    .centercol a:link {
    		color:#9343B9;
    		text-decoration:none;
	    }
	    .centercol a:visited {
    		color:#9343B9;
    		text-decoration:none;
	    }
	    .centercol a:hover {
    		text-decoration:underline;
    		color:#9343B9;
	    } 

              
             .rightcol {
                 background-color:#D6C6FF;
                 //width:200px;
             }  
             .rightcol a {
             text-decoration:none;
             color:#9343B9;
             }  
             
             .rightcol a:hover {
                text-decoration:underline;
                color:#7A2875;
             } 


            .footer{
                background-color:#7A2875;
                text-align:center;
                font-size:75%;
                color:#D7C4FA;"
            }
            .footer a {
                color:#FFF;
                text-decoration:none;
                }
            .footer a:hover {
                text-decoration:underline;
                color:#D7C4FA;
                }
             img.body {
                width:120px;
                height:160px;
                margin-bottom:5px;
             }   
             .creed {
                color:#FFFF66;
                font-size:80%;
                text-align:center;
              }
             .button {
                 background-color:#D7C4FA;
                 color:#9343B9;       
             }            
    
              p.cov,
              li.cov,
              table.cov {
                  color:red;
                  font-size:14px;
                  text-align:left;
              } 
* {box-sizing: border-box;}

/* Style the Headings that are used to open and close the accordion panel */

/<!-- Accordian STYLES FOLLOW ---------->

            .ulAcc {
 //             width:350px;
              list-style:none;
              padding: 2px;
              margin:0;
              background:#7A2875; 
            }
            .ulAcc li{
                list-style-type:none;
//                width:350px;
            }
            .ulAcc ul li:hover{
                background: #707070;
            }
            .ulAcc li > label + input{
              display:none;
              list-style-type:none;
            }
            .ulAcc li > label{
              display:block;
              
              list-style-type:none;
              text-transform:uppercase;
              color:#fff;
              padding-left:2px;
              padding-top: 2px;
              padding-bottom: 2px;

              background:  #0022cc;
              background: #808080;
              background: #7A2875;
              //background: -moz-linear-gradient( top, #002299, #0022cc);
              //background: -webkit-gradient(linear, left top, left bottom, from(#001199), to(#0011cc));
            }
            .ulAcc li > div{
              overflow:hidden;
              height:0px;
              background:#ccc;
              background-color:#D6C6FF;
              transition: height 0.3s ease-in-out;
              -o-transition: height 0.3s ease-in-out;
              -moz-transition: height 0.3s ease-in-out;
              -webkit-transition: height 0.3s ease-in-out;
            }
            .ulAcc li > label + input:checked + div{
              //height:225px;
              height:auto;
              min-height:30px;
            }
                        
        </style>
