/*for the whole doc, font size*/
body {
font-family: Verdana,Arial,sans-serif;
font-size: 83%
}


/*to make large h2 headings green*/
h2 {
color: green;
}


/*to make medium h3, h4 and i headings green*/

h3 {
color: green;
}

h4 {
color: green;
}

i {
color: green;
}

em {
color: red
}

/*to make div class = centre*/
div.center {
text-align: center;
}

/*Google ads to float right*/
.adfloatRight {
float: right;
margin-left: 20px;
}


/*to make the angelsmoke box and image around this para*/
div.Box {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 100px;
margin-right: 100px;
padding: 5px;
border-style: outset;
border-width: 2px;
color: green;
background-image: url('lightsky.jpg');
background-repeat: repeat;
text-align: center;
}

/*to make the triathlon pre-Sprint programme box with speckled-green background*/
div.Box2 {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 1px;
margin-right: 100px
padding: 5px;
border-style: outset;
border-width: 2px;
color: green;

background-image: url('green2.jpg');
background-repeat: repeat;
text-align: center;
}

/*to make the triathlon Sprint programme box with speckled-green background*/
table {
border-width: 2px;
border-style: solid;
border-color: green;
font-size: x-small;
}

td,th {
border-width: 1px;
Border-style: solid;
border-color: green;
}


img.FloatLeft {
float: left;
margin: 10px;
}

*/to make an image central*/

div.clipart {
margin-left: 100px;
margin-right: 100px;
border-style: none;
}


/*for the three panel layout*/
.LeftPanel {
background-image: url('lightsky.jpg');
background-repeat: repeat;
position: absolute;
top: 170px;

left: 10px;
width: 160px;
text-color: white;
}

.RightPanel {
background-image: url('lightsky.jpg');
background-repeat: repeat;
position: absolute;
top: 170px;

right: 10px;
width: 160px;
text-color: white;
}

.CenterPanel {

top: 200px;
margin-left: 151px;
margin-right: 151px;
padding-left: 30px;
padding-right: 30px;

}

/*to jazz up contact page*/
.Back {
z-index: 0;
position: absolute;
top: 350px;
left: 10px;
width: 300px;
height: 200px;
background-image: url('cannabisongreen.jpg');
border-style: outset;
border-width: 1px;

}

.Front {
z-index: 1;
position: absolute;
top: 400px;
left: 50px;
width: 230px;
font: xx-large;
border-style;
text-size: x-large; 
}

/*for the heading,blue background to tie all together*/

.heading {
border-style: inset;
border-width: 2px;
background-color: #000069;
}


/*for the menu tab*/

.b1750714 {
height: 55px; width: 120px; background: url(menu60905706.jpg);
background-position: 0px 0px;
}
.t1750714 {
color: 22ccff;
font-size: 15pt;
}
.a1750714 {
text-decoration: none;
}

/*for google ads to floatcenter*/
.adfloatcenter {
float: center;
}



