/*
 * Site: 'www.martin-bock.de'
 * File:   styles.css
 * Author: Martin Bock
 * Date:   15-Jan-2006
 * $Id$
 */

/*
 * General
 */
body {
    margin-top:5%;
    margin-bottom:5%;
    margin-left:10%;
    margin-right:10%;
    color:#1a1a1a;
    background:#f5f5f5 none;
}

/*
 * Headings 
 */
h1 {
    font-size:140%;
    font-weight:bold;
}

h2 {
    font-size:130%;
    font-weight:bold;
}

h3 {
    font-size:120%;
    font-weight:bold;
}

h4 {
    font-size:110%;
    font-weight:bold;
}

/*
 * Tables
 */
table {
    background:#dedfde none;
}

td {
    font-size:100%;
    text-align:left;
}

th {
    font-size:100%;
    font-weight:bold;
    text-align:left;
}

/*
 * Text
 */
p,ul,ol,li,div,address,nobr,br {
    font-size:100%;
}

b {
    font-size:100%;
    font-weight:bold;
}

i {
    font-size:100%;
    font-style:italic;
}

pre,samp {
    font-size:100%;
    color:#008080;
}

code,var {
    font-size:100%;
    color:#ff4500;
}

/*
 * Links
 */
a:link {
    font-size:100%;
    color:#3a5fcd;
    text-decoration:none;
}
a:visited {
    font-size:100%;
    color:#3a5fcd;
    text-decoration:none;
}
a:hover {
    font-size:100%;
    color:#ff4500;
    text-decoration:none;
}
a:active {
    font-size:100%;
    color:#ff4500;
    text-decoration:none;
}
