﻿/* Portfolio Stylesheet */

/* images */

IMG.screen
{
    width: 5.25em;
    height: 4.23em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/* layout */

DIV#screen1
{
    position: absolute;
    left: 0em;
    top: 1em;
    width: 5.25em;
    height: 4.23em;
}

DIV#detail1
{
    position: absolute;
    left: 6em;
    top: 1em;
    width: 17em;
    height: 4.23em;
}

DIV#screen2
{
    position: absolute;
    left: 0em;
    top: 5.9em;
    width: 5.25em;
    height: 4.23em;
}

DIV#detail2
{
    position: absolute;
    left: 6em;
    top: 5.9em;
    width: 17em;
    height: 4.23em;
}

DIV#screen3
{
    position: absolute;
    left: 0em;
    top: 10.8em;
    width: 5.25em;
    height: 4.23em;
}

DIV#detail3
{
    position: absolute;
    left: 6em;
    top: 10.8em;
    width: 17em;
    height: 4.23em;
}

/* format */

SPAN.fo8
{
    font-size: 60%;
    font-family: Verdana, Arial;
    color: #cc0000;
}

/* links */

a.port:link
{
    text-decoration: none;
    font-size: inherit;
    color: #000000;
    font-family: Verdana, Arial;
}
a.port:visited
{
    text-decoration: none;
    font-size: inherit;
    color: #000000;
    font-family: Verdana, Arial;
}
a.port:hover
{
    text-decoration: underline;
    font-size: inherit;
    color: #000000;
    font-family: Verdana, Arial;
}
