body 

{background-image: url(images/background/yl1.jpg);
background-repeat:repeat x;

 font-family: arial, helvetica, sans-serif;
	color:black;}


p{
	font-size: 18px;
	color:black;
	font-weight: bold;
	
}
p.first{font-size: 15px;
}

p.second{color:maroon;
	font-size: 18px;
}

p.third{color:blue;}

p.fourth{color:blue;
	font-size:20px;
	font-weight:bold;
}
p.fifth{color:black;}

p.sixth{color:white; 
	font-size:31px;
}

h1{font-size: 17px;color:blue;}

		
img.floatRightClear { 
    float: right; 
    clear: right;
	border: 8px red;
	border-style: ridge;  
    margin: 4px;

}

img.floatLeftClear { 
    float: left; 
    clear: left;
	border:8px blue;
	border-style: ridge;  
    margin: 4px;
	
}

img.floatleft { 
    float: left;
	border:8px blue;
	border-style: ridge; 
    margin: 4px; 
}


img.floatright { 
    float: right; 
	border:8px red;
	border-style: ridge; 
    margin: 4px; 
}

img.floatcenter { 
    float: center;
	border:none;
	border-style:none;  
    margin: 0px; 
}
a:link {color:#8A4117; text-decoration:none;}

a:visited {color:#8A4117; text-decoration:none;}

a:hover {color:#7F5217;font-weight:bolder;}