@charset "utf-8";


* {
    border: 0;
    font-family: sans-serif;
}

a {
    font-weight: bold;
    text-decoration:none;
}
a:link      {color: #006;  background-color: transparent;}
a:visited   {color: #55A;  background-color: transparent;}
a:hover     {color: #FFF;  background-color: #333;}
a:active    {color: #FFF;  background-color: #000;}
a:focus     {color: #FFF;  background-color: #333;}

a img {
    display: block;
}

input, select, textarea, button {
    border: 1px solid gray;
    font-size: small;
    width: 30em;
}
button {
    width: 10em;
}

table {
    font-size: 90%;
    width: 100%;
}
th {
    text-align: left;
}
table.centered td + td, table.centered th + th {
    text-align: center;
}

ul li ul {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.small {
    font-size: 90%;
}
.large {
    font-size: 110%; 
}
.left {
    float: right;
}
.right {
    float: left;
}
.clear {
    clear: both;
}

del {
    color: #800;
}
