
/* DEFAULT CSS */

* { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	vertical-align: top; 
	border-spacing: 0; 
	border: none; 
	border-collapse: collapse; 
} 

html, table, tr, td { 
	font: normal 12px 'Tahoma', serif; 
}

a {color:#0000ff}

b {

font-weight: bold;
}
