P  {
	background-color : ffffcc;
}

H1  {
	font-size : xx-large;
	font-family : Script MT Bold;
	color : Green;
	text-align : center;
}

H2  {
	font-size : x-large;
	font-family : Arial Narrow;
	color : Red;
	text-align : center;
}

H3  {
	font-size : large;
	font-family : Times New Roman;
	color : Black;
	text-align : center;
	font-weight : bold;
}

A  {}

A:Visited  
{
color: black; text-decoration: none 
}

A:Active  
{
color: blue; text-decoration: none 
}

A:Hover  
{
color: green; text-decoration: underline; background: #33FF66 
}

BODY  {
	font-size : medium;
	font-family : Comic Sans MS;
	color : Black;
	text-align : center;
	background-color : ffffcc;
}

td.certain{
  font-size:30px;
  font-weight:bold;
  color:blue;
  text-align:center;
  height:65px;
  width:200px;
  background-image:url(tran.jpg);
  }

td.tranlet{
  font-size:50px;
  font-weight:bold;
  color:blue;
  text-align:center;
  height:65px;
  width:200px;
  background-image:url(tran.jpg);
  }


td.trantxt{
  font-size:20px;
  font-weight:bold;
  color:brown;
  text-align:left;
  height:65px;
  width:200px;
 
  }
  
  
  
