body
{
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #660000;
    background-color: #ffffff;
    background-image: url('http://www.angelanordeng.com/bg_paisley1.jpg');
    background-repeat: repeat;
}

table 
{
    border-style: double;
    border-width: 8px;
    border-color: #004000;
}

table.noborder
{
    border-style: none;
}

td {font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 10pt;}

td.link
{
    font-size: 12pt;
    text-align: center;
    vertical-align: middle;
    height: 25%;
}

.name { font-size: 24pt; font-weight: bold; text-align: center; letter-spacing: 2pt; }
.subtitle
{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.project
{
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.genre
{
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    border: solid 2px;
}

.headshot
{
    text-align: center;
}

.businesscard
{
    text-align: center;
    font-size:12pt;
    background:#ffffde;
}

a
{
    color: #660000;
    text-decoration: underline;
}
a:visited
{
    color: #660000;
}
a:hover
{
    font-style: italic;
}
a:active
{
    color: #ff0000;
}