body{
font-family:tahoma,verdana,arial;
font-size:14px;
background-image:url('images/ghost-tile.gif');

}



.content{
width:840px;
padding:20px;
text-align:left;
background-color:white;
}

.largetext{
font-size:36px;
}

.medtext{
font-size:22px;
}

.atext{
font-size:28px;
}

.btext{
font-size:28px;
font-weight:bold;
}

.hlink{
text-decoration:none;
border-bottom:6px solid transparent;
padding:5px;
font-weight:bold;
color:#777;
}

.hlink:hover{
border-bottom:6px solid #777;

}

.orderbutton{
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(212,159,23)),
    color-stop(0.7, rgb(251,186,23))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(212,159,23) 39%,
    rgb(251,186,23) 70%
);
}

.testlink{
padding:10px;
background-color:#333;
color:white;
width:100%;
text-decoration:none;
font-size:16px;
border-bottom:10px solid #555;
}

.testlink:hover{
border-bottom:10px solid #777;
}

