/*----------------------------------*/
/* make fixed default of browser */

* {
	margin: 0;
	padding: 0;
/*	font-size: 15px; */
	color:#646464;
	font-family: "Times New Roman", Times, serif;
}
/* Set to Default Fonts and styles */
a:link{
	font-weight: bold;
	color: #30536f;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #30536f
}
a:visited {
	font-weight: bold;
	color: #30536f
}


/* For Stock page defination */
/* Set to Default Fonts and styles */
a:link.stock {
	font-weight: normal;
	color: #30536f;
}
a:hover.stock  {
	font-weight: normal;
	text-decoration: underline;
	color: #30536f
}
a:visited.stock {
	font-weight: normal;
	color: #30536f
}