.prevnext a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  
  
}

.prevnext a:hover {
  background-color: #ddd;
  color: black;
}

.prevnext .previous {
  background-color: #04AA6D;
  color: white;
}

.prevnext .next {
  background-color: #04AA6D;
  color: white;
}

.prevnext .round {
  border-radius: 50%;
}

.special
  {
    
    border-collapse:collapse; 
	width:100%;  
    
 
  } 
  
  .special table
  {
    
    border-collapse:collapse; 
	width:100%;  
    
 
  } 
  
  
  
  .special th, td {
  padding: 6px;
  //text-align: center;
  font-size:20px;
  font-family: Times New Roman;
  
  line-height:1.5em;
  //font-weight:600;
  //border:1px solid black;
  width: auto;
 // word-break: break-word;
  word-wrap: break-word;
  //word-break: break-word;
   text-align:justify;

  }
  
  .special a{
 color:blue;
 word-break: break-word;

  }

    
.special tr:hover {background-color: lightblue;}
    
/* Ist line heading */

table:nth-of-type(1) tr:nth-child(1) td,table:nth-of-type(2) tr:nth-child(1) td,
table:nth-of-type(3) tr:nth-child(1) td,table:nth-of-type(4) tr:nth-child(1) td,
table:nth-of-type(5) tr:nth-child(1) td
  
 {
	 background:green;
	 color:white;
	 font-weight:bold;
	 border:none;
	 
 }
 
 /* Entire Table border */
 
 table:nth-of-type(1) {
      /* Your styles go here */
      
      border-collapse: collapse;
      width: 100%;
    }
	
	
	




/* paragraph spacing */
table:nth-of-type(1) tr:nth-child(3) td,table:nth-of-type(2) tr:nth-child(3) td,
table:nth-of-type(2) tr:nth-child(5) td,
table:nth-of-type(3) tr:nth-child(3) td,table:nth-of-type(4) tr:nth-child(3) td,
table:nth-of-type(5) tr:nth-child(3) td
				
{
	font-size:20px;
	line-height:2em;
	
}

table:nth-of-type(2) tr:nth-child(4) td
{
	
	color:blue;
	font-weight:bold;
}



table:nth-of-type(3)  td
{
	border:1px solid black;
	background:none !important;
	font-weight:normal !important;
}

table:nth-of-type(3) tr:nth-child(1) td
{
	background:green !important;
	 color:white !important;;
	 font-weight:bold !important;
	 border:none;
}



table:nth-of-type(3) tr:nth-child(4) td
{
	background:#87CEEB !important;
	font-weight:bold !important;
	
}

table:nth-of-type(3) tr:nth-child(5) td:nth-child(1),
table:nth-of-type(3) tr:nth-child(6) td:nth-child(1),
table:nth-of-type(3) tr:nth-child(7) td:nth-child(1),
table:nth-of-type(3) tr:nth-child(8) td:nth-child(1),
table:nth-of-type(3) tr:nth-child(9) td:nth-child(1),
table:nth-of-type(3) tr:nth-child(10) td:nth-child(1)
{
	text-align:center;
}



table:nth-of-type(3)  tr:nth-child(2) td,table:nth-of-type(3)  tr:nth-child(3) td
{
	
	border:none;
}

table:nth-of-type(2) tr:nth-child(5) td

{
  padding-left:50px;
  font-size:20px;
	line-height:2em;
  
}	
 
 
 
 