body#faq td#faq-id {
box-shadow:inset 0px 0px 20px rgba(80, 80,80,1);
font-weight:bold;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:14px;
}

body#faqpay td#faqpay-id {
box-shadow:inset 0px 0px 20px rgba(80, 80,80,1);
font-weight:bold;
}

#faqid h2 {
text-align:left;
text-shadow: 5px 0px 3px #585858;
}

#faqid {
margin-left:50px;
width:800px;
text-align:left;
background:white;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:14px;
}

table.faq {
text-align: center;
font-family:"Trebuchet MS", Helvetica, sans-serif;
font-size:14px;
color:black;
width:450px;
}


table.faq td{
vertical-align:middle;
text-align:center;
text-decoration:none;
width:200px;
border-radius:100px;
height:160px;
cursor:pointer;
}

table.faq td:hover{
box-shadow:inset 0px 0px 20px rgba(200, 200,200,1);
}

