<HTML>
<HEAD>
<TITLE> Style Sheet for Kennet BC </TITLE>
<STYLE TYPE="text/css">

BODY {
	 color: black;  
     }
     
P    {}

H1, H2, H3{
	font-style:normal;
	font-weight:normal;
}

H1{
	text-align:center;
}

H2{
	font-weight:bold;
}

H3 {
	
   }

.heading{
	color: navy;
	font-family:"comic sans ms";
}

.text{
    color: black;
	font-family:"comic sans ms";
}


.nav_footnote{
    color: white;
    font-family: "comic sans ms";
    font-size: 10;
}

a.nav_footnote{
    color: lightblue;
}

.page{
    margin: 0,0,0,0;
}

table.page{
    width: 1024;
    height: "100%";
    border-collapse: collapse;
    border-spacing: 0;
}

.page_background{
    padding-left: 10; 
    padding-top: 0; 
    padding-bottom: 20;
}

td.main{
    vertical-align: "top";
}

.nav_background{
     width: 150;
     vertical-align: "top";
     background-color: "navy";
     text-align: "center";
}

img.nav{
    width: 100;
    margin-top: 40;
}


ul.nav{
    margin: 0;
    margin-top: 20;
    padding: 0;
    list-style: none;
    width: 120;
    valign: top;
    text-align: center;
}

ul.nav li a:link{
    font-family:"comic sans ms";
    color: lightblue;	
    font-size: medium;
    font-weight: bold;
}

ul.nav li a:visited{
    font-family:"comic sans ms";
    color: lightblue;	
    font-size: medium;
    font-weight: bold;
}

ul.nav li a:hover{
    font-family:"comic sans ms";
    color: white;	
    font-size: medium;
    font-weight: bold;
}   
	


.index_heading{
    text-align: center;
}



table.social{
    border-width: 1;
    border-spacing: ;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
    cell-spacing: 0;	
    empty-cells:show;
    table-layout: fixed;

}

table.social th {
	font-family:"comic sans ms";
	border-width: 1;
	padding: 0;
	border-style: solid;
	border-color: gray;
	background-color: thistle;
}
table.social td {
	font-family:"comic sans ms";
	border-width: 1;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	background-color: white;



</STYLE>
</HEAD>

</HTML>