﻿
/* table parameters */
/* table parameters */
table
{ 
	  border:10px solid black;
	  width:60%;

	}
/* tr parameters */
 tr
 {
	  border-thick:rgb(179, 0, 0);     /*red*/
     font-size:x-large;
      border-color:rgb(179, 0, 0);     /*red*/
    }


/* td parameters */
 td
 {
	  border-thick:rgb(179, 0, 0);     /*red*/
     font-size:x-large;
      border-color:red;
    }
   
   
    
  /* td parameters */
 table th
 {
	  border:thick:rgb(179, 0, 0);     /*red*/
      
    }
  
    
 



 /* <caption> */
caption
{ 
	font-size:30px;
	color:rgb(179, 0, 0);     /*red*/
    font-style:italic;
	border-color:rgb(179, 0, 0);     /*red*/
		  


}

/*Table p*/
p{
	font-size:20px;
	color:rgb(117, 117, 117); /*shade of black*/
	}
	
/*Table input */	
input
{
	width:200px;
	font-size:20px;
	background-color:white;
	text-align:left;
	color:rgb(117, 117, 117); /*shade of black*/
	margin:8px;
	
	}
	
	
	
/*Table option*/

select
{
	font-size:20px;
    text-align:left;
    background-color:white;
    margin:8px;

}

/*itext*/
class=itext
{
	font-size:x-large;
	
}
