
td.h1     {
	 height:70px;
	 width:240px;
	 text-align:center;
	 vertical-align:top;
}
td.h2     {
 	 height:70px;
	 width:180px;
	 font-size:13px;
	 color:#000000;
	 text-align:right;
	 vertical-align:bottom;
}
.h1    {
         font-size:17px;
         color:#000099;
}
.h2    {
         font-size:15px;
         color:#990000;
}
.h3    {
 	 font-size:13px;
	 color:#000000;
}
a         {
 	 text-decoration:none;
	 color:#000000;
	 font-size:15px;
}
p         {
 	 text-decoration:none;
	 color:#000000;
	 font-size:17px;
}
.red     {
 	 text-decoration:none;
	 color:#ff0000;
	 font-size:17px;
}
.blue    {
 	 text-decoration:none;
	 color:##0000CC;
	 font-size:17px;
}

.tytle   {
	 font-size:23px;
	 color:#0033ff;
	 background-color:#ccffff;
}
.dog     {
         font-size:19px;
         color:#000000;
}
.cat     {
	 font-size:11px;
}
td.left   {
	 width:300px;
	 padding-left:10px;
         padding-right:20px;
         vertical-align:top;
	 background-color:#ffffff;
	 border-style:solid solid none none;
	 border-color:#ccff99;
}
td.right  {
	 width:500px;
	 align:center;
         vertical-align:top;
	 background-color:#ffffff;
	 border-style:solid none none solid;
	 border-color:#ffffcc;
}
td.menu   {
	 width:200px;
 	 height:50px;
	 border-width:2px 20px 2px 20px;
	 border-color:#ffcccc;
	 border-style:solid;
	 background-color:#ffffff;
	 text-align:center;
}
td.bck1r  {
	 background-repeat:no-repeat;
 	 background-position:right center;
} 
td.bcr1l  {
	 background-repeat:no-repeat;
}


A:active { color : red }
A:hover {text-decoration: underline }


