  /*stylesheet for pc repairs and upgrades web site*/


      /*the body tag setting the overall look and feel  */
        BODY 
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align:  center;
             font-size: 100%;
            }


     /*change of colours for linked input*/
        a:link { color: #ffff66; text-decoration: none; } /*link colour*/
.webimg {
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

        a:active { color: #ffffff; text-decoration: none; } 
        a:visited { color: #ffff66; text-decoration: none; } /*visited colour*/
        a:hover { color: #6699cc; text-decoration: none; } /*hover colour*/


     /*change of colours for above linked input*/
         a.special:link { color: #000066; background-color: transparent; }/*link colour*/
         a.special:visited { color: #000066; background-color: transparent; }/*visited colour*/
         a.special:hover { color: #000066; background-color: #ff9933; text-decoration: none; }/*hover colour*/
         a.special:active { color: #000066; background-color: transparent; }


     /*white bold and size 80% left aligned welcome text*/
      .white
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align: left;
             color:#ffffff;
             font-size: 80%;
             font-weight: bold;
           }

     /*Orange navigation text*/
      .orange2
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: middle;
             text-align: center;
             font-size: 80%;
             font-weight: bold;
             border: outset;
             color: #ff9933;
             background-color: #FF6633;
           }

     /*Orange navigation text - you are here text input*/
      .orange3
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align: center;
             font-size: 80%;
             font-weight: bold;
             border: inset;
             color: #ffffff; 
           }

     /*white left text 80%* - you are here text*/
      .bigd
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align: left;
             color:#ffffff;
             font-size: 80%;
             font-weight: bold;
           }

     /*white middle left text 80%* - you are here text*/
      .bigd3
           {
	font-family: ariel, helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
	color:#ffffff;
	font-size: 80%;
	font-weight: bold;
	background-color: #000066;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	margin: 0mm;
           }
.bluebkgrnd {
	background-color: #000066;
}


     /*BLACK left text 90%*/
      .black
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align: left;
             color:#000000;
             font-size: 90%;
           }

     /*same as BLACK, but margin and aligned justified*/
      .black3
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             text-align: justify;
             color:#000000;
             font-size: 90%;
             margin-left:5mm;
             margin-right:5mm;
           }

    /*black bold centred text 95%* - friendly computer package text with margin*/
      .bigger
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             font-weight: bold;
             text-align: center;
             color:#000000;
             font-size: 95%;
             margin-left:5mm;
             margin-right:5mm;
           }

    /*black bold left text 95%* - friendly computer package text with margin*/
      .bigger1
           {
             font-family: ariel, helvetica, sans-serif;
             vertical-align: top;
             font-weight: bold;
             text-align: left;
             color:#000000;
             font-size: 95%;
             margin-left:5mm;
             margin-right:5mm;
           }


    /* left text 90% with border color: #3366ff*/
      .boxed
           {
             font-family: ariel, helvetica, sans-serif;
             textalign: left;
             font-size: 90%;
             border: dotted;
             color: #3366ff;
             background-color: #ffff99;
           }

    /* centered text 110% with color: #3366ff no border*/
      .boxed2
           {
             font-family: ariel, helvetica, sans-serif;
             textalign: center;
             font-size: 110%;
             color: #3366ff;
           }

    /* left text 85% with color: #3366ff no border*/
      .boxed3
           {
             font-family: ariel, helvetica, sans-serif;
             textalign: left;
             font-size: 85%;
             color: #3366ff;
           }

    /* left text 75% with color: #3366ff no border remember text*/
      .boxed4
           {
             font-family: ariel, helvetica, sans-serif;
             textalign: left;
             font-size: 75%;
             color: #3366ff;
           }

    /* centered text 90% with margin*/
      .just
           {
	font-family: ariel, helvetica, sans-serif;
	text-align: center;
	margin-left: 5mm;
	margin-right:5mm;
	font-size: 90%;
	vertical-align: top;
           }

    /* centered text 90% with margin*/
      .just1
           {
             font-family: ariel, helvetica, sans-serif;
             text-align: center;
             font-size: 90%;
             border: dotted;
             color: #6699cc;
           }


    /* justified text 90% with margin*/
      .just2
           {
             font-family: ariel, helvetica, sans-serif;
             text-align: justify;
             font-size: 90%;
             margin-left: 5mm;
             margin-right: 5mm;
           }

   /* centred text 110% with margin*/
      .just3
           {
             font-family: ariel, helvetica, sans-serif;
             text-align: center;
             font-size: 110%;
             margin-left: 5mm;
             margin-right: 5mm;
           }

   /* justify text 100% with margin*/
      .just4
           {
             font-family: ariel, helvetica, sans-serif;
             text-align: justify;
             font-size: 100%;
             margin-left: 5mm;
             margin-right:5mm;
           }

    /* justified text 90% with margin*/
     .just5
           {
             font-family: ariel, helvetica, sans-serif;
             text-align: justify;
             font-size: 90%;
             margin-left: 7mm;
             margin-right: 5mm;
           }

    /*5% margined*/
      .marg
           {
             margin-left: 5mm;
             margin-right: 5mm;
           }


    /*border colour for logo*/
      .bordc
           {
            color: #000066; 
            background: white; 
            border: solid;
           }



.servicehead {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	color:#000000;
	font-size: 12px;
	margin-left:5mm;
	margin-right:5mm;
}
.servicemain {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	margin-left: 5mm;
	margin-right: 5mm;
	background-position: center top;
	vertical-align: top;
}
.indexmain {

             font-family: ariel, helvetica, sans-serif;
             text-align: center;
             margin-left: 5mm;
             margin-right:5mm;
             font-size: 12px;
}
.linkshealin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.linksintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}
.linkscontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.justindexhead {
	font-family: ariel, helvetica, sans-serif;
	text-align: center;
	margin-left: 5mm;
	margin-right:5mm;
	font-size: 90%;
	vertical-align: top;
	color: #FFFFFF;
	border: 0px solid #000066;
	background-color: #000066;
}
.serviceheadindex {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	color:#000000;
	font-size: 12px;
	margin-left:5mm;
	margin-right:5mm;
	border: 0px solid #000066;
	padding: 2px;
}
.servicemainindex {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	background-position: center top;
	vertical-align: top;
	margin: 0%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #000066;
}
.servicemainprices {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-position: center top;
	vertical-align: top;
	margin: 0%;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
.servicemainindexCopy {

	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	background-position: center top;
	vertical-align: top;
	margin: 0%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #000066;
}
.serviceheadindexCopy {

	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	color:#000000;
	font-size: 12px;
	margin-left:5mm;
	margin-right:5mm;
	border: 1px solid #000066;
	padding: 2px;
}
