/* Global Styles */

body {
	margin:0px;
	background-attachment: fixed;
	background-image: url(images/bg1a.jpg);
	}
		
/* Text Styles */

.h1a {
    font-size: 20px;
	font-weight: bold;
	color: #829099;
}


.mosttext {font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
		}
		
.h1 {font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
		}
		
.h1mazda{font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0075BC;
		}
		
		
.h1colour1 {color: #003300}

.contenttext {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
		}
		
.contentgreen1 {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
		}
		
.menutext {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
		}
		
		
.pricetext {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
		}
		
.pricetextblack {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
		}
		
.phonetext {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
		}
		
.phonetext2{font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
		}
		
.contenttext2 {font-family: Arial;
	font-size: 11px;
	font-weight: bold;
		color: #333333;
		}
		
		.contenttextblack {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
		color: #333333;
		}
		
.contenttext2red {font-family: Arial;
	font-size: 11px;
	font-weight: bold;
		color: #990000;
		}
		
.contenttext3{font-family: Arial;
	font-size: 12px;
	font-weight: bold;
		color: #333333;
		}
		
.contentwhite3{font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
			}
		
.contentwhitelarge{font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
		}
		
		
.contentred {font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
		}
		
.contentred1a{font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
		}
		

.contentgrey {font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
		}

		
		
/* Text Effects */		
		
		
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}

a:hover {
	color: #FF0000;
}
a:active {
	color: #999999;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

