﻿/*set glob Properties for en website*/
*{
	font-family:"Arial"; 
	font-size: 12px; 
	text-align:left; 
	margin: 0; 
	padding: 0; 
	border:0px;
}

a:link,a:visited{ /*set link font style*/
	color:#0A429F; 
	text-decoration:none;
}
a:hover{ 
	color:blue; 
	text-decoration:underline;
}
li{
     list-style:none;   
}
