body 
{ background-color:transparent;
background-repeat: repeat-y;
font-family: Arial;
color:#7D7D7D;
background-color: #000000;
font-size: 8pt;
}

TABLE { 
font-size: 8pt;
font-family: Arial;
color: #7D7D7D; 
} 

A:link {
COLOR: #9F8597; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial;
font-weight: bold; }


A:visited {
COLOR: #9F8597; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial; 
font-weight: bold; }


A:active {
COLOR:#9F8597; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial;
font-weight: bold; }


A:hover {
COLOR: #C4B8C0; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial; 
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #9F8597;
}
a:hover {
	color: #C4B8C0;
}

img{  border-color: #9DA3B5; 
}

a:hover img{ border-color: #C4B8C0;
}



input, textarea, option, select {
background-color : #E0E1DB;
font-family: Tahoma;
font-size: 10px;
color: #3D3233;
text-align: justify;}








h1
{
font-family: Trebuchet MS, arial, sans-serif;
font-size: 9pt;
color: #ffffff;

font-weight: bold;
letter-spacing: 1pt;
padding-right: 3px;
padding-left: 3px;
margin-bottom: 6px;
margin-top: 5px;
text-decoration: none;
background-image:url('http://mackenziefoy.com/images/kenizestop.jpg');
display: block;
text-transform: uppercase;
text-align: left;
line-height: 20px;
}
 



h2{
font-family: arial;
font-size:7pt;
color:#2C3248;
line-height:6pt;
text-transform:uppercase;
text-align:center;
letter-spacing:1;
margin:0;padding:2px;
margin-bottom:2;
background-color:#E3E0E4;

}


h3{
font-family:arial;
font-size:7pt;
color:#4B4341;
text-transform:uppercase;
text-align:center;
letter-spacing:1;
margin:0;padding:0px;
margin-bottom:1;
background-color:#E5E4E5;
border-bottom: 1px solid #aca098;}

h5{
font-family:Tahoma;
font-size:6pt;
text-transform:uppercase;
color:#F2ECEE;
letter-spacing:1;
text-align: center;
margin:0;
padding:2px;
margin-bottom:2;
background-color:#998892; 
}


h6{
font-family:Tahoma;
font-size:6pt;
text-transform:uppercase;
color:#D3C3C9;
letter-spacing:1;
text-align:left;
margin:0;
padding:2px;
text-align:left;
margin-bottom:2;
background-color:#D3C3C9; 
}


.contentt{
background-color: #E8E2E5;
text-align: justify;
vertical-align:top;
font-family:Arial; 
color:#7D7D7D; 
font-weight:normal; 
font-size:8pt;
padding: 4px;
}

.metat{
background-color: #DED8DB;
background-image:url(http://mackenziefoy.com/images/kenziebottom.jpg);
text-align: right;
line-height: 12px;
font-family: Arial;
font-size: 8pt;
color: #716066;
}


.datet{
	background: #F2F0F1;
	background-image:url(http://mackenziefoy.com/images/kenziedate.jpg);
	color: #F2ECEE;
text-shadow: #877C80 1px 1px ;

	font-family: Georgia;
	font-size: 14px;
	line-height: 11pt;
	text-align: center;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right: 10px;
	text-transform: uppercase;
	
}

.titleb{
	background: #F2F0F1;
	background-image:url(http://mackenziefoy.com/images/kenzietittle.jpg); 
			color: #F2ECEE;
text-shadow: #877C80 1px 1px ;


	font-family: Georgia;
	font-size: 16px;
	line-height: 12pt;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
        padding-bottom: 3px;
	text-transform: uppercase;
	}





b{
	color: #495D77;}

u{
	color: #63495E;}


i{
	color: #82828E;}
	
	tr, table, td {
font-size: 8pt;
}


<style type="text/css">
.popup{
position: relative;
z-index: 0;
}

.popup:hover{
background-color: transparent;
z-index: 700;
}

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>