
h1 {
	font-family : Trebuchet, Verdana, Arial;
	font-size : 18px;
	color : #990000;
}

h2 {
	font-family : Trebuchet, Verdana, Arial;
	font-size : 15px;
	font-weight : bold;
	color : #484848;
}

h3 {
	font-family : Trebuchet, Verdana, Arial;
	font-size : 14px;
	font-weight : bold;
	color : #121212;
}

.style-index {
	background-image: url(images/airdrie-online-banner.png);
}

.style-weather {
	background-image: url(images/airdrie-online-banner-weather.png);
}

.style-community {
	background-image: url(images/airdrie-online-banner-community.png);
}

.style-art {
	background-image: url(images/airdrie-online-banner-art.png);
}

.style-shopping {
	background-image: url(images/airdrie-online-banner-shopping.png);
}

.style-advertise {
	background-image: url(images/airdrie-online-banner-advertise.png);
}

.text1  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #121212;
	text-align : left;
}
.text2  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #121212;
	text-align : justify;
}
.text3  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #121212;
	text-align : center;
}

.text4  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #121212;
	text-align : center;
}

.text5  {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #121212;
	text-align : justify;
}

.title  {
	font-family : Verdana, Arial;
	font-size : 16px;
	font-weight : bold;
	color : #006600;
}

.title2  {
	font-family : Verdana, Arial;
	font-size : 16px;
	font-weight : bold;
	color : #484848;
}

a  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #003399;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : #006633;
	font-family : Verdana, Arial;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : #f79a09;
	font-family : Verdana, Arial;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

.border1 {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

.border2 {
/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;
align: center;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}

