html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
  
html,body {
}

body {

    background-color: #F5F5F5;
    color: #D0D0D0;
    font-family: "Arial";
    font-size: 10px;
}

a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    color: #FFFF33;
    text-decoration: none;
}
a:active {
    color: #FFF;
}

h1 {
    font-weight: bold;
    font-size: 12px;
    color: #FFFF33;
}

h2 {
    font-weight: normal;
    font-size: 10px;
    color: #FFF;
}

h3 {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}

h4 {
    font-weight: bold;
    font-size: 10px;
    color: #FFFF33;
}

h5 {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}

.menu-item {
    cursor: pointer;
    padding: 0pt;
    margin-left: 0px;
}

a.button0 {
        background:url(images/menu-title.png) repeat 0px 0px;
        width: 283px;
        height: 22px;
        display: block;
}

a.button0 span {
        display: none;
}

a.button0:hover {
        background: url(images/menu-title.png) repeat 0px -22px;
}

a.button1 {
        background:url(images/menu-work.png) repeat 0px 0px;
        width: 283px;
        height: 15px;
        display: block;
}

a.button1 span {
        display: none;
}

a.button1:hover {
        background: url(images/menu-work.png) repeat 0px -15px;
}

a.button2 {
        background:url(images/menu-profile.png) repeat 0px 0px;
        width: 283px;
        height: 15px;
        display: block;  
}

a.button2 span {
        display: none;
}

a.button2:hover {
        background: url(images/menu-profile.png) repeat 0px -15px;
}

a.button3 {
        background:url(images/menu-contact.png) repeat 0px 0px;
        width: 283px;
        height: 15px;
        display: block;
}

a.button3 span {
        display: none;
}

a.button3:hover {
        background: url(images/menu-contact.png) repeat 0px -15px;
}

a.button4 {
        background:url(images/menu-back.png) repeat 0px 0px;
        width: 283px;
        height: 15px;
        display: block;
}

a.button4 span {
        display: none;
}

a.button4:hover {
        background: url(images/menu-back.png) repeat 0px -15px;
}


