a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
body { font-family: Arial,Helvetica Neue,Helvetica,sans-serif; color: #cccccc; background-color: #ffffff;}
hr { border: 0; width: 100%; color: #eeeeee; background-color: #eeeeee; height: 1px;}


html {
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
	background-image: url("http://box066.com/bg.jpg");
	font-size: 12px;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-color: #000000; font-size: 12px;
}
h1 {
    padding: 0;
    nowhitespace: afterproperty;
    margin: 0;
    clear: both;
	font-size: 30px;
	font-color: #c097aa;
}
#wrap {
    margin: 0 auto;
    nowhitespace: afterproperty;
    width: 100%;
}
#header {
    nowhitespace: afterproperty;
    color: #cccccc;
    height: 50px;
	font-size: 15px;
}
.list li {
    margin: 10px auto;
    width: 80%;
}
.list a {
    display: block;
	font-size: 16px;
	font-weight: bold;
    nowhitespace: afterproperty;
    border-width: 1px; border-style: solid; border-color: #eeeeee; text-decoration: none; color: #000000; background-color: #ffffff; padding: 3px 3px;  border-radius: 3px;
}
.list a:hover {
    border-width: 1px; color:  	#000000; border-style: solid; border-color:#505050; text-decoration: none; background-color: #ffffff;
}

.search input { width: 450px; border: 1px #eeeeee solid; font-size: 14px; padding: 4px; background-color: #fff; border-radius: 3px; }
.search button { width: 130px; border: 1px #eeeeee solid; font-size: 14px; padding: 4px; background-color: #eeeeee; border-radius: 3px; }


