@charset "utf-8";
/* CSS Document */

body		{background-color:gray;}

A:link {text-decoration: none; color: orange;}
A:visited {text-decoration: none; color:orange;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: orange;}



ul, ol { margin-left:1.5em; padding-left:0px; }
li { margin-bottom:0.5em; }

/* 
    img	{ 
   padding:1px;
   border:1px solid #021a40; 
}
*/


.t1			{background-image:url(../images/logo4.gif);
			background-position:top center;
			background-repeat:no-repeat;
			height:190px;}
			
.t2			{background-color:#000;}			
			
.t3		{background-image:
			url(../images/products1.jpg);
			background-position:top;
			background-repeat:no-repeat;
			border-width:2px;
				border-style:solid;
				border-color:black;
				height:1024px;  }
				
				

			

