/* front page */

body.front
{
    background: #FFFACD; 
    background-repeat: no-repeat;
    color: #000000;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    overflow: auto;
}

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

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

a.front:hover
{
    text-decoration: none;
    background: #FFFACD;
}

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

p.front
{
    position: absolute;
    top: 2.6cm;
    background: silver;
    border-style: solid;
    padding-left: 0.2cm;
    padding-top: 0.1cm;
    padding-bottom: 0.1cm;
    margin-left: 1cm;
    border-width: 3px;
    border-color: #836FFF;
    width: 5.5cm;
    z-index: 100;
}

p.frontimage
{
    position: 4cm 2cm;
    bottom: 1.0cm;
    background-image: url(http://www.kimvytran.org/pics/bg.jpg);
    border-style: solid;
    padding-left: 0.0cm;
    padding-top: 0.0cm;
    padding-bottom: 0.0cm;
    margin-left: 2.0cm;
    margin-top: 1.5cm;
    border-width: 3px;
    border-color: #836FFF;
    width: 240px;
    height: 590px;
    z-index: 50;
}

/* sub pages */

body.v
{
    background: #FFFACD;
    background-repeat: no-repeat;
    color: #000000;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    overflow: hidden;
}

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

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

a.v:hover
{
    text-decoration: none;
    background: #dcdcdc
}

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

p.bookmarks
{
    position: absolute;
    top: 2.6cm;
    background: silver;
    border-style: solid;
    padding-left: 0.2cm;
    padding-top: 0.1cm;
    padding-bottom: 0.1cm;
    margin-left: 1cm;
    border-width: 3px;
    border-color: #836FFF;
    width: 5.5cm;
    z-index: 100;
}

td.v
{
    color: #000000;
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}

