﻿/*Table input 
input
{
	width:300px;
	font-size:xx-large;
	background-color:yellow;
	text-align:left;
	}
*/
/*Table input */	
input
{
	width:200px;
	font-size:25px;
	background-color:white;
	color:rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
	text-align:left;
	}
	/*Table option*/

selected
{
	font-size:30px;
    text-align:right;
    background-color: white;
    color:rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
}




/*itext*/
class=itext
{
	font-size:x-large;
	
}

/* table parameters */
#table
{ 
	  Border:10px rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
  

	}
	

/* td parameters */
table td
 {
    border:1px rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
    font-size:large;
      
    }
 Table1 td
  {
    font-size:xx-large;
	
}  
    
  /* td parameters */
 table th
 {
    border:1pxrgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
      
    }
  
    

/* conversion chart */

#conversionchart td
{
	 
    border:10px rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
      
}

 /* <caption> */
caption
{ 
    text-align:center;
	font-size:30px;
	color:rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 
     font-family:italic;
	
}

/*Table p*/
p
{
	font-size:20px;
	color:rgb(41, 41, 255); /*shade of blue*/ /* rgb(62, 132, 62);  Green*/ 

	}
	
/*Table input */	
	
/*Table option*/

select
{
	font-size:large;
    text-align:right;
    background-color: white;
}

/*itext*/
class=itext
{
	font-size:xx-large;
	
}


