html, body, h2 {
background: #FFFFFF;
font: bold 10pt Arial, sans-serif;
color: #000000;
margin: 0;
}

a {
color: #F00719;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}

a.front {
color: #000000;
text-decoration: none;
}

a.front:hover {
color: #F00719;
}

h1, a.h1 {
display: block;
background: #FFFFFF url('/img/small_jertwork.gif') no-repeat left center;
width: 750px;
height: 80px;
margin: 0 auto;
text-indent: -200em;
text-decoration: none;
}

h2 {
display: inline;
}

img {
border: 0;
}

a.front-caricature, a.front-sketchbook, a.front-drawings {
display: block;
width: 220px;
height: 260px;
margin: 0 1em;
text-indext: -5000px;
text-decoration: none;
}

a.front-caricature:hover, a.front-sketchbook:hover, a.front-drawings:hover {
text-decoration: none;
}

a.front-caricature {
background: url('/img/front_caricature_black.gif') no-repeat left top;
}
a.front-caricature:hover {
background: url('/img/front_caricature_red.gif') no-repeat left top;
}

a.front-sketchbook {
background: url('/img/front_sketchbook_black.gif') no-repeat left top;
}
a.front-sketchbook:hover {
background: url('/img/front_sketchbook_red.gif') no-repeat left top;
}

a.front-drawings {
background: url('/img/front_drawings_black.gif') no-repeat left top;
}
a.front-drawings:hover {
background: url('/img/front_drawings_red.gif') no-repeat left top;
}

div#preload {
display: none;
visibility: hidden;
}