* {
margin:0;
padding:0;
border:0;
}

body {
background-color:#ccc;
text-align:center;
font-family:"Arial", "Helvetica", "Verdana", "Tahoma", san-serif;
font-size:12px;
}

a {
color:#9c0000;
text-decoration:none;
}

a:hover {
color:#000;
text-decoration:underline;
}

h1 {
font-size:20px;
}

h3 a {
font-size:15px;
}

h3 a:hover {
text-decoration:none;
}

#container {
background-color:#fff;
text-align:center;
margin:0 auto;
width:950px;
min-height:800px;
}

#head {
height:95px;
border-bottom:1px dotted #ccc;
text-align:center;
}

#content {
width:800px;
margin:0 auto;
min-height:500px;
text-align:left;
padding-top:15px;
overflow:auto;
}

#content p {
line-height:150%;
margin-bottom:15px;
}

table {
width:100%;
}

table tr td {
font-size:11px;
text-align:center;
}


td.description {
text-align:left;
padding:8px;
border-bottom:1px dotted #ccc;
}

td.meta {
text-align:center;
}

#foot {
height:30px;
background-color:#9c0000;
}

.illus {
float:right;
}

.illus div {
border:1px solid #000;
}

.illus-foot {
height:20px;
padding:4px;
color:#fff;
background:#000;
}