A 			{ text-decoration:underline; }
A:link		{ text-decoration:underline;}
A:visited	 { text-decoration:underline;}
A:active 	{ text-decoration:underline;}
A:hover		 { text-decoration:underline;}

.u { text-decoration:underline;}
.not { text-decoration:none;}
.red{color:#ee0000;}
.white{color:#ffffff;}
.yellow{color:#ddb410;}
.b {  font-weight:bold;}

/*common
______________________________________________________________________*/

body{
	color:#666666;
	background:#fff;
	text-align:center;
}

img{
	border:0;
}

table{
	border:0;
}

td{
	vertical-align:top;
}

h1{ 
	margin:0 0 0 0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}

p{ 
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}