
*
    {
        font-family : courier ;
        font-size : 12px ;
        color : #8080ff ;
        cursor : crosshair ;
    }

body {
    background-image: url('/img/bluePaper200.jpg');
    background-repeat: repeat 
}
b { color : #6060e0 }

a
    {
        color : #90809f ;
        text-decoration : none ;
    }
a:hover
    {
        background:#000000;
    }

.br { min-height : 10px }
.frame
    {
        position : absolute ;
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin : 0px ;
        top : 20px ;
        left : 20px ;
        right : 20px ;
    }
.subframe
    {
        position : absolute ;
        padding:0px ;
        margin:0px ;
        bottom : 30px ;
    }

.box1
    {
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin : -1px ;
        width : 350 ;
    }
.box400
    {
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin : -1px ;
        width : 400 ;
    }
.box500
    {
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin : -1px ;
        width : 500 ;
    }
.box1:hover
    {
        background : #ffffe0 ;
    }

.linksBox
    {
        position : absolute ;
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin-left : -1px ;
        width : 150px ;
    }

.linksBoxRight
    {
        position : absolute ;
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin-left : -1px ;
        left : 150px ;
        width : 150px ;
    }

.boxBottom
    {
        border:1px #a0a0ff solid ;
        padding:0px ;
        margin: -1px ;
        position : absolute ;
        bottom : 0px ;
        right : 0px;
        left : 0px;
    }
.boxBottom:hover
    {
        background : #ff8fe0 ;
    }

.canvasFrame
    {
        position : absolute ;
        top : 20px ;
        bottom : 20px ;
        left : 360px ;
        right : 20px ;
        margin : 0 ;
    }
.canvasFrame:hover
    {
    }


