/*------------------------*/
/*                        */
/*   Style sheet sample   */
/*                        */
/*   Template  Ver.1      */
/*                        */
/*------------------------*/


.fon01{
	font-family	:	"Comic Sans MS";
	font-size	:	20px;
	color		:	rgb(0,0,0);
}

.fon02{
	color		 		: 	white;
	font-size	 		: 	50px;
	font-family	 		: 	georgia;
	font-weight	 		:	bold;
	width				:	100%;
	background-color	:	blue;
	text-align			:	center;
	padding				:	4px 4px 4px 8px;
}

.fon03{
	color		 		: 	rgb(120,120,120);
	font-size	 		: 	10px;
	font-family	 		: 	georgia;
	text-align			:	center;
	padding				:	4px 4px 4px 8px;
}

.fon04{
	color		 		: 	rgb(0,0,0);
	font-size	 		: 	15px;
	font-family	 		: 	georgia;
	padding				:	4px 4px 4px 8px;
}

.alpha01{
filter:progid:DXImageTransform.Microsoft.alpha(style=2,opacity=80,finishopacity=0);
}

.alpha02{
filter:progid:DXImageTransform.Microsoft.alpha(style=2,opacity=100,finishopacity=0);
}
