/* CSS Document */
a		{ text-decoration: none; }
a:hover	{ text-decoration: underline; }
a.mark	{ display: inline-block; }
a img	{ border: none; }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
input[type=submit],
button { cursor: pointer; }
