/* My CSS File */


/* Define body background color & font */

/*  background-image: url("temple.jpg"); */
/*  background-color: blue; */
/*   background-image: url("Mid Grey #8.jpg")  */

body
 { 
  background-image: url("backgrounds/beige111.jpg") ;
  font-famil: arial;
  font-size: 25pt;
  font-color: black;
 }


 /* Define left and right colums for store tables */

/* spacing: 3px;
padding: 5px;  */

table.first 
 {
  border: 10px; 
	border-color: #FF6666;
	padding-right: 3px; 
	cellspaceing: 5px; 
	width: 1000px;
	}
table.head 
 {
  border: 10px; 
	border-color: #FF6666;
	padding-right: 3px; 
	cellspaceing: 5px; 
	width: 100%;
	}

td.left
 {
  text-align: left;
  width: 200;
  height: 15pt;
 }
td.right
 {
  text-align: right;
  width: 85%;
  height: 150pt;
  font-family: arial;
	font-size: 12pt;
 }
 td.left1
 {
  text-align: left;
  width: 10%;
  height: 15pt;
 }

 td.right1
 {
  text-align: right;
  width: 90%;
  height: 150pt;
  font-family: arial;
	font-size: 12pt;
 }
 
td.center
 {
  text-align: center;
  width: 20%;
  height: 150pt;
  font-family: arial;
	font-size: 12pt;
 }
 
td.headl
 {
  text-align: center;
	width: 80%;
  font-family: arial;
	font-size: 22pt;
	}
td.headr
 {
  text-align: center;
	width: 20%;
  font-family: arial;
	font-size: 40pt;
	}
td.head2
 {
  text-align: left;
  font-family: arial;
	font-size: 40pt;
	}
td.head3
 {
  text-align: right;
	width: 25%;
  font-family: arial;
	font-size: 20pt;
	}
	
/* Create a class of links named 'normal' */

a.normal
{
  font-family: arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
a.normal:link 
{
  color: #8B4513;
}
a.normal:visited
{
  color: #8B4513;
}
a.normal:hover
{
  color: #FF0000;
}
a.normal:active 
{
  color: #8B4513;
}



<table class="two" border="1" width="100%">
<tr>
<td width="20%">1000000000000000000000000000</td>
<td width="40%">10000000</td>
<td width="40%">100</td>
</tr>
</table>


