body {
   color: #000000;
   background-color: #B88687;
   background-image: url("images/brickwall9g.jpg");
   background-repeat:  repeat;
   background-attachment: fixed;
   background-position: top left;
}

body.main {
   color: #000000;
   background-color: #ffffff;
   background-image: url("images/brickwall9g.jpg");
   background-repeat:  repeat;
   background-attachment: fixed;
   background-position: top left;
}

img.wall {
   border: 5 ridge #ffeeee;
   /*none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset;*/
}

a {color: #ff0088; text-decoration: none;}
a:hover{color: #ff88cc}
a:visited { color: #0088cc; }
a:active { color: #0088cc; }

table {
   background-color: transparent;
   border-style: none;
   border: 0 ridge #ffffff;
   border-spacing: 0px  0px;
   border-collapse: collapse;
   cell-padding: 0px;
   empty-cells: show;
}

tr {
}

th {
   background-color: #transparent;
   padding: 0px 0px 0px 0px;
   /*border: 3 ridge; // #ffffff;*/
   text-align: center;
}
td {
   background-color: transparent;
   padding: 0px 0px 0px 0px;
   text-align: center;
}

table.main {
   background-color: #ffffff;
   border-style: none;
   border: 0 ridge #ffffff;
   border-spacing: 0px  0px;
   border-collapse: collapse;
   cell-padding: 0px;
   empty-cells: show;
}

table.pricing {
   background-color: transparent;
   border-style: none;
   border: 1 ridge #ffffff;
   border-spacing: 0px  0px;
   border-collapse: collapse;
   cell-padding: 5px;
   empty-cells: show;
}

table.pricing tr {
}

table.pricing th.col1 {
   color: #ffffff;
   background-color: #33cccc;
   padding: 3px 10px 3px 10px;
   /*border: 3 ridge; // #ffffff;*/
   text-align: center;
}
table.pricing td.col1 {
   background-color: #dddddd;
   padding: 3px 10px 3px 10px;
   text-align: left;
}
table.pricing th.col2 {
   color: #555555;
   background-color: #FFCC00;
   padding: 3px 10px 3px 10px;
   /*border: 3 ridge; // #ffffff;*/
   text-align: center;
}
table.pricing td.col2 {
   background-color: #ffffff;
   padding: 3px 10px 3px 10px;
   text-align: left;
}

