/*Glademade Table CSS*/
body
{
background-color: rgb(255,200,200);
color: rgb(55,0,55);
text-align:center;
font-family: Gill Sans,Helvetica,sans-serif;
font-style:normal;
font-weight:normal;
text-decoration:none;
font-size:20px;
}
a:link {color: rgb(255,255,255);text-decoration:none}
a:visited {color: rgb(0,255,100);text-decoration:none}
a:hover {color: rgb(255,100,0);text-decoration:none}
a:active {color: rgb(100,0,255);text-decoration:none}
p
{
padding: 15px;
word-spacing: 0px;
font-size:17px;
}
p.centered
{
padding: 15px;
word-spacing: 0px;
font-size:19px;
text-align:center;
}
p.top1
{
line-height:100%;
word-spacing: 0px;
padding: 15px 0px 0px 0px;
font-size:20px;
}
p.top2
{
line-height:100%;
word-spacing: 0px;
padding: 0px 0px 15px 0px;
font-size:17px;
}
img
{
border-width: 0px;
border-style: none;
outline-width: 0px;
outline-style: none;
margin: -5px;
padding:0px;
text-decoration: none;
text-shadow:none;
font-style:normal;
}
/*
div.container
{
width:99%;
margin:1%;
}
*/
table.main
{
table-layout: fixed;
border-collapse: collapse;
margin-left:auto;
margin-right:auto;
position:relative;
height:420px;
overflow:scroll;
}
td.buttons
{
width:250px;
text-align:center;
}
td.main
{
width:600px;
text-align:left;
vertical-align:text-top;
color: rgb(0,245,255);
background-color: rgb(55,0,55);
border-width:12px;
border-color: rgb(255,241,0);
border-style: solid;
outline-width:14px;
outline-color: rgb(255,32,48);
outline-style: solid;
}
td.shop
{
width:600px;
padding:5px;
text-align:center;
vertical-align:text-top;
color: rgb(0,245,255);
background-color: rgb(255,255,255);
border-width:12px;
border-color: rgb(255,241,0);
border-style: solid;
outline-width:14px;
outline-color: rgb(255,32,48);
outline-style: solid;
height:420px;
overflow:scroll;
}
