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

}



.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:#9F9284;
}

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

}

.orderbutton{
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(48,30,0)),
    color-stop(0.55, rgb(94,52,4))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(48,30,0) 10%,
    rgb(94,52,4) 55%
);
padding:7px;
color:white;
}

