/* Base style */
body {
    background-color:#ccccff;
    font-size:90%;
}
#header, #footer {
    background-color: #fff;
    border-bottom: ridge #a5cfe9;
    border-top: ridge #a5cfe9;
    font-size:90%;
    margin:1em 0 1em 0;
    text-align:center;
}
#base_sidebar {
    background-color: #fff;
    border: ridge #a5cfe9;
}
#base_content {
    background-color: #fff;
    border: ridge #a5cfe9;
    padding:1em;
}

/* Misc style */
h1, h2 {
    text-align:center;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border:0;
}
th {
    text-align:left;
    vertical-align:top;
}
.small {
    font-size:90%;
}
.center {
    text-align:center;
}

