/* Define a background colour */
.bg_colour {
	background-color: #FFFF99;
   }

/* Define position of weather symbols */
.looksgood {
	text-align: center;
   }

.search_engine {
	text-align: center;
	color: #FFFF99;
   }


.main_banner {
	text-align: center;
	font-size: 24pt;
   }



.text1 {
	text-align: center;
	font-size: medium;
	color: #ff0000;
   }


.div_center {
	text-align: center;
   }


.link_norm {
	text-align: center;
	font-size: 7pt;
   }


.link_here {
	text-align: center;
	font-size: 7pt;
	background-color: #00FF00;
   }

	


/* Define an indent with a background colour */
.margin_colour {
	background-color: yellow;
	margin-left: 20px;
	margin-right: 100px;
   }


/* Define an indent for paragraph */
.move_in {
	margin-left: 20px;
	margin-right: 20px;
   }


.text1a {
	font-size: 1.5em;
   }


.text2a {
	font-size: 1.5em;
   }


.text3a {
	font-size: 1.5em;
   }

.text4a {
	font-size: 1.5em;
   }


/* Define Title Font */
.title_large {
	font-size: 500%
   }


.links_margin  {
	margin: 0px 0px 0px 200px
   }


.motto1 {
	position: relative; bottom: 100px; left: 150px;
	font-family: "lucida handwriting";
   }

.motto2 {
	position: relative; bottom: 4px; left: 10px;
   }


.first_div {
	position: relative; top: 10px; left: 20px;
   }

.second_div {
	position: relative; top: 20px; left: 20px;
   }

.third_div {
	position: relative; bottom: 305px; left: 400px;
   }

.forth_div {
	position: relative; bottom: 315px; left: 400px;
   }


.title_services {
	position: relative; top: 20px; left: 20px;
   }









   

