/* ALTyres style sheet */

a:link { color: blue }
a:visited { color: purple }
a:hover { color: green }

a.button:link { color: red; text-decoration: none }
a.button:visited { color: red; text-decoration: none }
a.button:hover { color: green; background-color: white; text-decoration: none}

body { font-family: Arial, sans-serif; color: red; background: rgb(255,255,213) }
h1 { font-size: x-large; font-weight: bold; font-style: italic }
h2 { color: green; font-size: large; font-weight: bold }
p { font-family: Arial, sans-serif; color: red }
p.table { font-size: large; font-weight: bold; text-align: center; background-image: url(images/tyre.jpg); background-position: center; background-repeat: no-repeat; height: 60 } 

