/* CSS Document */
.invisible{visibility:visible;}
body{
 max-width:400px;
 font-family: sans-serif;
	font-size: 1.1em;
 color: #000;
	margin: 0;
	padding: 0;
	background-image:none;
	background-color:#fff;
}

img{
	max-width: 100%;
}

table, tbody, tr, td, th { display: block;}

a{
color:#f00;
text-decoration:none;
}

