
		* {padding: 0; margin: 0}
		h1, h2, h3, h4, h5, h6 {font-family: 'Titan One', serif;}
		h1 {font-size: 4em; color: orange}
		h2 {font: size: 3em; color: orange; padding-top: 2em;}
		h3 {font: size: 2em; color: orange; padding-top: 1em;}
		p, a, #footer{font-family: 'verdana', sans-serif; margin-top: 1em}
		body {background-image: url("/images/background.gif");}
		#page {width: 960px; margin: 2em auto 2em; background: white; border: 1px solid #ccc}
		#header {padding: 1em}
		#menu {background: #333; color: white; clear: both; padding: 1em; margin: 0 1em 0 1em}
		#menu ul {list-style: none; padding: 0; margin: 0; text-align: right;}
		#menu li {float: left;}
		#menu li:nth-last-child(1) {
			float: none;
			display: inline-block;
			}
		#menu a{padding: 1em; text-decoration: none; color: white;}
		#menu a:hover{background: orange; color: #white;}
		#menu a:selected{background: orange; color: #white;}
		div {clear: both}
		#about {padding: 1em}
		#about a {color: orange}
		#pix {background-image: linear-gradient(to bottom right, red, orange); padding: 1em; color: white;}
		#pix h3, a{color: white;}
		#history {padding: 1em;}
		#history a {color: orange}
		#prices {padding: 1em;}
		#prices a {color: orange}
		#prices ul,li {list-style: none; display: block; font-family: verdana; padding-left: 1em;}
		#contact {padding: 1em;}
		#contact a {color: orange}
		#footer {padding: 1em; text-align: right}
		#footer a {color: orange}
		a.button{
			padding: 1em; 
			margin:0 0.1em 0.1em 0;
			border:0.16em solid rgba(255,255,255,0);
			border-radius:2em;
			box-sizing: border-box;
			text-decoration:none;
			text-align:center;
			transition: all 0.2s;
			}
		a.button:hover{
			border-color: purple; 
			}
		.rule {margin-top: 1em; width: 100%; height: 4px; background-image: linear-gradient(to bottom right, red, orange);}