/* Define Title Font */


.title_large {
font-size: 500%
   }


.links_margin  {
margin: 0px 0px 0px 200px

   }


.motto1 {
text-align: center;
position: relative; bottom: 100px; 
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;
   }

.text1a {
font-size: 1.5em;
   }


.text2a {
font-size: 1.5em;
   }


.text3a {
font-size: 1.5em;
   }

.text4a {
font-size: 1.5em;
   }




/* Define an indent for paragraph */
.move_in {
    margin-left: 20px;
    margin-right: 20px;

   }


/* Define a background colour */
.bg_colour {
    background-color: #00FF00;

   }

/* Define an indent with a background colour */
.margin_colour {
    background-color: yellow;
    margin-left: 20px;
    margin-right: 100px;
   }
   

