body {
	margin: 0;
	background-color: #FFFFFF;
}
a:link    {font: 11px tahoma; color: #333333;text-decoration: underline;}
a:visited {font: 11px tahoma; color: #333333;text-decoration: none;}
a:hover   {font: 11px tahoma; color: #FFCC00;text-decoration: none;}
a:active  {font: 11px tahoma; color: #FFFFFF;text-decoration: none;}


.imput {
	background-color:#CCCCCC;
	font: 11px tahoma;
	color:#666666;
	border: 0px;
	
}



/* ??? */

.font-t1 {
	font-family: Georgia ;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	filter: Glow(Color=#cccccc, Strength=1);
}
.font-t2 {
	font-family: Georgia ;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}
.font-t3 {
	font-family: Georgia ;
	font-size: 16px;
	line-height: 24px;
	color: #990000;
	filter: Glow(Color=#cccccc, Strength=1);
	}

.font-black  {font: 11px tahoma;line-height: 16px;color: #333333;}
.font-red    {font: 11px tahoma;color: #990000;}
.font-silver {font: 11px tahoma;color: #666666;}
.font-snow   {
	font: 11px tahoma;
	color: #FFFFFF;
	line-height: 16px;
}
.font-blue   {font: 11px tahoma;color: #0066cc;}
