@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;}

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/background2.jpg);
			border-width:2px;
				border-style:solid;
				border-color:black;
				height:1024px; 
				text-decoration:none; color: #0FF}
			
