/* Only simple, unique (one definition per line) class definitions will appear in the style drop down list in the editor */
/* i.e: .myTitle {color: red} */

a {
	border: 0;
}
img {
	border: 0;
}
body {
	margin: 0 auto;
}
table {
	margin: 0 auto;
	width: 700px;
	border: 5px;
}
.nav {
	width:100px;
}
