@CHARSET "ISO-8859-1";

*{
	margin:0;
	padding:0;
	border:0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;	
}

i{
	font-style: italic;	
}
u{
	text-decoration: underline;	
}
b, strong{
	font-weight: bold;	
}
.red{
	border: 2px dashed #bbbbbb;	
}