﻿body 
{
 margin: 2% auto;
	
	
	
	
	font-family:Arial;
	font-size:12px;
	
	 background-image:url(img/pattern.jpg) 
}
A.web:link , A.web:active, A.web:visited,A.web:hover {
	font-family: Arial ;
	font-size: 12px;
	color:White;
	font-weight:bold;
	text-decoration: none;
}
A.web1:link , A.web1:active, A.web1:visited,A.web1:hover {
	font-family: Arial ;
	font-size: 12px;
	color:Black;
	font-weight:bold;
	text-decoration: none;
}
A.web2:link , A.web2:active, A.web2:visited {
	font-family: Arial ;
	font-size: 12px;
	color:Black;
	font-weight:bold;
	text-decoration: none;
}
A.web2:hover 
{
	font-family: Arial ;
	font-size: 12px;
	color:Navy;
	font-weight:bold;
	text-decoration: none;
}
A.web3:link , A.web3:active, A.web3:visited {
	font-family: Arial ;
	font-size: 14px;
	color:Navy;
	font-weight:bold;
	text-decoration: none;
}
A.web3:hover 
{
	font-family: Arial ;
	font-size: 14px;
	color:red;
	font-weight:bold;
	text-decoration: none;
}


