body {
font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
font-size: 14px;
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: 26px;
text-align: center;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
text-align: center;
}

p {
text-align: justify;
}

p.teaser {
margin: 20px 0 20px 0;
text-align: center;
}

#warp {
width: 820px;
margin: 20px auto 20px auto;
border: 1px #aaa solid;
padding: 25px;
background: #fff;
}

hr {
margin-top: 15px;
border: 0;
color: #aaa;
background-color: #aaa;
height: 1px;
}

ul {
list-style-type: none;
padding-left: 20px;
}
