a, a:hover, a:link, a:visited, a:active
{
	font-family:Palatino Linotype;
	font-size:14px;
	text-decoration: none;
}
a:hover
{
	color: Red;
}

a:link
{
	color: Blue;
}
a:visited
{
	color: #009999;
} 
a:active 
{
	color: Red;
}
BODY    
	{
	font-family: Palatino Linotype;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	width: auto;
	background-image: url('../image/taj/bg.gif');
	background-attachment: fixed;
}
h1
{
	font-family: Palatino Linotype;
	color: #078333;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family: Palatino Linotype;
	color: #c0a71c;
	font-size: 14pt;
	text-align:center;
}
h3
{
	font-family: Palatino Linotype, Arial;
	color: #ac5151;
	font-size: 12pt;
	font-weight:bold;
	text-align: left;
}
h4
{
	font-family: Palatino Linotype;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight:Normal;
	text-align:Justify;
	background-image : none;
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
}
h5
{
	font-family: Palatino Linotype;
	color: #a09f7c;
	font-size: 9pt;
	font-weight:Normal;
	text-align: justify;
}
p{
	text-indent : 30;
}
