 A:visited	{
color: #7199d1;
text-decoration: none;
}
 
 A:hover	{
color: #b0c7e6;
text-decoration: none;
}
	
A:link	{
color: #7199d1;
text-decoration: none;
}

 BODY
    {
	margin-top: 10px;
	font-family : Verdana, Arial, sans-serif;
	background-image: url("tlo.jpg");
	background-repeat: repeat-x; 
	background-color: #ffffff;
	color: #808080;
	font-size : 12px;
	line-height: 18px;
	text-align: center;
    } 
	
	#content {
	width: 800px;
	background-image: url("background.jpg");
	background-repeat: no-repeat; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	#footer {
	width: 800px;
	background-image: url("footer.jpg");
	background-repeat: no-repeat; 
	text-align: left;
	font-size : 10px;
	}
	
	.hr {
	width: 220px;
	height: 1px;
	}
			
	.menu1 {
	font-family : Tahoma, Arial, sans-serif;
	padding-left: 130px;
	padding-top: 70px;
	text-align: left;
	color: #7199d1;
	font-size : 14px;
	line-height: 25px;
	font-weight: bold;
	}
	
	.text {
	padding-top: 190px;
	text-align: justify;
	margin-left : auto;
	margin-right : auto;
	line-height: 23px;
	}
	
	.text1 {
	padding-top: 190px;
	text-align: center;
	margin-left : auto;
	margin-right : auto;
	line-height: 23px;
	}
	
		.text2 {
	padding-top: 10px;
	padding-bottom: 7px;
	}
	
	.text3 {
	padding-top: 60px;
	padding-bottom: 50px;
	}
	
	.text4 {
	padding-top: 50px;
	padding-bottom: 40px;
	}
	
	.float {
	float: left;
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 20px;
	}
	
	.padding {
	padding-bottom: 3px;
	}