/* sandbach tyres main style sheet */

a:link { color: blue; text-decoration: none }
a:visited { color: purple; text-decoration: none }
a:hover { color: red; text-decoration: none }

a.button:link { color: red; text-decoration: none }
a.button:visited { color: red; text-decoration: none }
a.button:hover { color: purple; text-decoration: none; background-color: white}

body { font-family: Times New Roman, serif; color: #FF0000; background: #FFFFD5 }
h1 { font-size: xx-large; font-weight: bold; font-style: italic }
h2 { font-size: x-large; font-weight: bold; color: #008000 }
h3 { font-size: large; font-weight: bold; color: #008000 }
p.small {font-size: xx-small }
p.large {font-size: medium }
p.box { font-family: Arial, sans-serif; font-size: x-small; font-weight: bold; color: red; 
text-align: center }