html {
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #E68868;
    scrollbar-base-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-face-color: #E0E0E0;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: white:
    scrollbar-track-color: white:
}
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;  
    background-color: white;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    background-image: url("images/cv_background.jpg");
}
body.main {
    overflow: hidden;
}
p {
    text-align: left;
    margin: 2px 2px 7px 2px;
}
p:first-letter {
    font-family: Times New Roman;
    font-weight: 700;
    font-size: 16px;
}
table {
    font-family: Verdana,Arial,Helvetica,sans-serif;  
    font-size: 11px;
    color: #666666;
}
a {
    text-decoration: none;
    color: #E68868;
}
a:hover {
    color: #C03030;
    text-decoration: underline;
    text-underline-position: above;
}
a.external {
    color: #008080;
}
a.external:hover {
    color: #006060;
}
h1 {
    font-size: 12px;
    font-weight: 700;
    margin: 10px 2px 2px 2px;
}
h2 {
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    margin: 10px 2px 2px 2px;
}
.medal {
    text-align: center;
    color: maroon;
    margin: 20px 0px 20px 0px;
}
.projects, .specs, .facts {
    margin: 10px 0px 10px 0px;
    border: 1px dashed #666666;
    width: 336px;
}
.projects td, .specs td, .facts td {
    vertical-align: top;
	padding: 2px;
}
.projects caption, .specs caption, .facts caption {
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}.facts {
    background: #FFFFFF;
}
.projects {
    background: #FFFFE0;
}
.specs {
    background: #E6E6FA;
}
ul.projects {
    list-style-image: url("images/list_arrow.gif");
    list-style-position: outside;
    margin: 0px 0px 0px 18px;
    padding: 0px;
}
.caption {
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
}
.dashed {
    background-color: white;
    border: 1px dashed #666666;
    padding: 3px;
    margin: 0px;
    -moz-border-radius: 6px;
}
.bare {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    border-collapse: collapse;
}
.bare td
{
    padding: 0px;
}