body {
background: #FFFFFF url('images/back.gif') no-repeat center center;
height: 95%;
background-position: center;
background-attachment: fixed;
font-size:large;
}


table {
border:1px solid black;
}


td {
border:1px solid black;
vertical-align:top;
padding:10px;
}


h1 {
font:48;
font-family:arial;
color:darkblue;
font-weight:bold;
}


h2 {
font:24;
color:blue;
font-weight:bold;
}


h3 {
font:24;
color:darkred;
font-weight:bold;
}


a:link
{
color: #003399
}


a:hover
{
color: #FF0000
}


a:visited
{
color: #CC2424
}


.printing
{
background:lightblue;
}


.shipped
{
background:lightgreen;
}


.construction
{
position: fixed;
z-index:999;
}


.thumb
{
opacity: 0.8;
height:24%;
width:24%;
padding:1px;
}


.thumb:hover
{
opacity: 1;
}

.topleft
{
position:fixed;
top:10px;
left:10px;
border:1px solid #000000;
}

.topright
{
position:fixed;
top:10px;
right:10px;
border:1px solid #000000;
}

.center
{
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
border:1px solid #000000;
}

.bottomleft
{
position:fixed;
bottom:10px;
left:10px;
border:1px solid #000000;
}

.bottomright
{
position:fixed;
bottom:10px;
right:10px;
border:1px solid #000000;
}

.txtbr
{
position:absolute;
bottom:4px;
right:8px;
color:white;
}

select
{
font-size:14pt;
}

.imgview{
width:600;
height:auto;
}