body	{ background: #eee; color: #116; font-family: verdana; position: relative; font-size: 1em; }

body#hello	{ /*background: #000 url(/css/hello.gif) repeat center center;*/ }
h1	{ text-align: center; margin: 0; padding: 10px; font-size: 0.9em; }
h2	{ text-align: center; }
a	{ color: #933; font-weight: bold; text-decoration: none; }

#main	{ /*width: 870px; margin: 0 auto; */}

#header	{ }
#footer	{ text-align: center; }
.dn	{ display: none; }
.tac	{ text-align: center; }

h3,h4,h5,h6	{ margin: 0; padding: 0 5px; text-align: center; }

dl	{ background: #fff; margin: 0; border: 1px solid #222; padding: 20px; border-radius: 10px; box-shadow: 3px 3px 5px 6px #ccf; }

dt	{ margin: 0; }

dd	{ text-indent: 30px; margin-bottom: 20px; }
