body, div, p, th, td, li, dd {
    color: #444;
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: small;
}
img {
    border-width: 0px;
}
A, A:link, A:visited, A:active {
    color: #333;
    background-color: #F5F5D2;
}
A:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
#header {
	text-align: center;
}
.centred {
	text-align: center;
}
.curved_top4 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}
.content_container {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 1px;
    margin: 10px auto;
}
.one_column {
    width: 152px;
}
.two_column {
    width: 304px;
}
.content_list {
    width: 150px;
    float: left;
    padding: 1px;
}
.content_list h2 {
    color: #fff;
    background-color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px;
    margin: 0;
    text-align: center;
}
.content_list ul {
    list-style-type: none;
    padding: 4px 8px;
    margin: 0;
}
.content_list ul li {
    margin: 2px 0;
    text-align: center;
}
#footer {
    text-align: center;
    color: #888;
}
