/* ARTICLE: the default style. Most other styles should inherit
 * from this, but it isn't enforced.
 */

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    color: #333;
    font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
    background-color: #ccc;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    margin-top: 10px;
    padding: 5px;
}

.reverse {
    background-color: #ccc;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    padding: 5px;
}

#float {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ccc;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    padding: 5px;    
    text-transform: lowercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
}

a:link {
    color: #55c;
}
a:visited {
    color: #22a;
}
a:active {
    color: red;
    background: #ccc;
}
a:hover {
    background: #ccc;
}

/*
p {
	text-indent: 1em;
}
*/

pre {
    margin: 10px;
}

/* HACK: mozilla wipes part of the image border on hover without this */
/*
a.image:hover {
    background: none;
}
*/
