h2, h3 {
    margin: 14px 0 8px 0;
    font-family: 'Trebuchet MS', 'Secca', 'Arial';
    font-weight: bold;
    color: #29146D;
}

h2 {
    font-size: 2.2em;
    font-style: italic;
}

h3 {
    font-family: 'Arial';
    font-size: 1.5em;
}

p {
    margin: 8px 0;
    font-size: 1.2em;
}

a {
    color: #49348D;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    font-style: normal;
}

ul {
    margin-left: 40px;
    padding-left: 0;
    list-style-image: url('../gfx/list_arrow.png');
}

ul li {
    margin: 8px 0;
    font-size: 1.2em;
}

.subtitle {
    display: block;
    font-size: 0.7em;
    color: #59449D;
}

.signature {
    margin-top: 20px;
    font-family: 'Calibri', 'Didact Gothic', 'Arial';
    font-weight: bold;
    font-size: 1.6em;
    color: #29146D;
}

.small {
    font-size: 0.9em;
}

.clear {
    clear: both;
}

div.clear {
    font-size: 1px;
}

.creditBox {
    width: 200px;
    float: right;
    text-align: center;
}

.creditBox a {
    color: #606060;
    text-decoration: none;
    font-style: normal;
}

.creditBox a img {
    border: 0px none;
    margin-bottom: 10px;
}