body {
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
font-size: 13px;
background: #ccc;
}

A:link { color: #4060EE }
A:visited { color: #4060EE }
A:hover { color: #FF0000 }

img {
border-style: none;
}

img.paper {
border-style: solid;
border-width: 1px;
border-color: #aaa;
}

img:hover.paper {
border-color: #000;
}

table {
table-layout: fixed;
}

h1 {
font-size: 23px;
text-align: center;
}

h2 {
font-size: 18px;
text-align: center;
}

h3 {
font-size: 16px;
text-align: left;
margin: 5px 0 5px 0;
}

h4 {
font-size: 13px;
text-align: left;
margin: 2px 0 2px 0;
}

p {
text-align: justify;
}

p.teaser {
text-align: center;
}

div {
padding: 20px 0 10px 0;
}

div.warp {
width: 960px;
margin: 15px auto 15px auto;
border: 1px #aaa solid;
padding: 10px 15px 10px 15px;
background: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
box-shadow: 3px 3px 10px #999999;
-moz-box-shadow: 3px 3px 10px #999999;
-webkit-box-shadow: 3px 3px 10px #999999;
}

div.box {
margin: 5px;
padding: 5px 15px 5px 15px;
background: #ddd;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
box-shadow: 3px 3px 10px #999999;
-moz-box-shadow: 3px 3px 10px #999999;
-webkit-box-shadow: 3px 3px 10px #999999;
}

hr {
margin-top: 15px;
border: 0;
color: #aaa;
background-color: #aaa;
height: 1px;
}

ul {
list-style-type: none;
padding-left: 20px;
}
