H1
{
color: #EEEEEE;
font-weight: bold;
font-size: 20pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
}

H2
{
color: #DDDDDD;
font-weight: bold;
font-size: 16pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
}

BODY
{
color: #CCCCCC;
font-size: 12pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
background-color: #000000;
}

P
{
color: #CCCCCC;
font-size: 12pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
}

A:link
{
text-decoration: none;
color: #CCCCCC;
}

A:visited
{
text-decoration: none;
color: #FF6600;
}

A:hover
{
text-decoration: underline;
color: #FF6600;
}

INPUT, TEXTAREA, SELECT
{
font-family: Arial, sans-serif;
font-size: 12pt;
}

#navigation
{
position: absolute;
top: 4.5em;
left: 1em;
width: 7em;
background-color: #333366;
border: 1px solid #990033;
}
#navigation ul
{
list-style-type:none;
margin:0;
padding:0;
border:none;
}
#navigation li
{
display:block;
margin:0;
padding:0.25em 0.5em 0.25em 1em;
width:100%;
border-top:1px solid #000000;
}
html>body #navigation li
{
width:auto;
}
#navigation li:first-child
{
border:none;
}

#content
{
width: 800px;
margin-left: 10em;
}

#content A:link
{
text-decoration: none;
color: #CCCCCC;
padding-bottom:0;
border-bottom: 1px dotted #CCCCCC;
}

#content A:visited
{
text-decoration: none;
color: #CCCCCC;
padding-bottom:0;
border-bottom: 1px dotted #CCCCCC;
}

#content A:hover
{
text-decoration: none;
color: #CCCCCC;
padding-bottom:0;
border-bottom: 1px solid #CCCCCC;
}

#content pre
{
width: 800px;
color: #CCCCCC;
font-size: 12pt;
font-family: 'Courier New', Courier, monospace;
background-color: #333366;
border: 1px solid #990033;
margin: 0.5em 0;
}


.table_t
{
background-color: #CC0000;
}

.resume_table
{
width: 800px;
color: #CCCCCC;
font-size: 12pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
background-color: #333366;
border: 1px solid #990033;
margin: 0.5em 0;
}
.resume_entry
{
width: 800px;
padding:4px 3px;
margin: 0.5em 0;
background-color: #333366;
border: 1px solid #990033;
}
.resume_header
{
width: 798px;
border: none;
}
.resume_years
{
width: 20%;
text-align: left;
}
.resume_company
{
width:60%;
text-align: center;
}
.resume_city
{
width: 20%;
text-align: right;
}
.resume_title
{
text-align: left;
font-style: italic;
display:block;
}
.resume_descr
{
text-align: left;
display:block;
}

.artist_table
{
width: 794px;
color: #CCCCCC;
font-size: 12pt;
font-family: 'Trebuchet MS', Arial, sans-serif;
background-color: #333366;
border: 1px solid #990033;
padding:4px 3px;
margin: 0.5em 0;
}

.category
{
font-size: 11pt;
font-weight: bold;
font-family: 'Trebuchet MS', Arial, sans-serif;
}

.h_table
{
font-size: 10pt;
margin-top: 2px;
margin-bottom: 2px;
xborder: 1px solid #BBBBBB;
}
.h_table h2
{
font-size: 11pt;
padding: 1px 4px;
text-align: center;
margin: 0 0;
}
.h_table ul 
{
text-align: center;
margin-left: 0;
padding-left: 0;
}
.h_table li
{
list-style-type: none;
padding: 0.25em 0.25em;
display: inline;
}

.v_table
{
font-size: 10pt;
border: solid 1px #BBBBBB;
margin-bottom: 2px;
}
.v_table h2
{
font-size: 11pt;
padding: 1px 4px;
margin-top: 2px;
margin-bottom: 2px;
}
.v_table ul
{
list-style-type: none;
margin: 0;
padding: 0;
border: none;
}
.v_table li 
{
margin: 0;
padding: 1px 4px;
width: 100%;
display: block;
}
.v_table ul li
{
position: relative;
}
.v_table li ul
{
position: absolute;
left: 10px;
}

.layout_table
{
padding: 0;
margin: 0;
}
.layout_table td
{
text-align: left;
vertical-align: top;
padding-left: 0;
}


