body,td,th,p,span,div {
    font-family: eurostyle,verdana,arial,helvetica;
    font-size: 10pt;
    /* background: #eeeeff; */
    background: #ffffff;
}
h1 {
    color: #662222;
    letter-spacing: 0.15em;
}
h2 {
    color: #772222;
}
h3 {
    color: #882222;
}
th {
    font-size: 105%;
}
a {
    text-decoration: none;
}

a:active {
        color: #FF1111;
	font-weight: bold;
}

a:visited {
        color: #0000aa;
}

a:link {
        color: #0000ff;
}

a:hover {
        color: #0077ff ! important;
        text-decoration: underline;
}


.row-dark1 {
    background: #ccccff;
}
.row-dark2 {
    background: #bbbbff;
}
.row-dark3 {
    background: #aaaaff;
}

.small {
    font-size: 80%;
}

.gallery-list {
    padding: 4px;
}

.new-note {
    background: #ffff00;
    font-weight: bold;
    padding: 4px;
    font-family: tahoma,arial,helvetica;
}
