﻿body { 
    margin:0px; FONT-FAMILY:"Trebuchet MS", Helvetica, sans-serif; 
    background-image: url("../images/cork-wallet.png");
    background-repeat: repeat;
}
table  { width:100%; }
th, td {  padding:2px; vertical-align:top; }
p { margin:6px 0px 6px 1px;font-weight:bold;  }
.dropshadowimg
    { width:100%;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999; }
.center {
    margin: auto;
    width: 92%;
    padding: 8px;
}
p {
    padding:5px;
    margin:5px;
}
td.bottomBorderHeading {
    border-bottom:1px solid black;font-weight:bold;font-size:large;color:maroon;
}
td.bottomBorder {
    border-bottom:1px solid black;
}
.pizzaText {
    vertical-align:middle;padding-left:5px;color:red;font-weight:bold;font-size:x-large;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: maroon;
}

/* mouse over link */
a:hover {
    color: maroon;
}

/* selected link */
a:active {
    color: maroon;
}