/* CSS Document */

<style type="text/css">
A:link {
	color:#0F0
}
A:visited {
	color:#690
}
A:active {
	color:#0F0
}
A:hover {
	color: #FFDF00;
}
</style>

.MyLinkStyle {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #E4C00D;
	text-decoration: none;
}

.tamilunicode {
	font-family: Latha, "Arial Unicode MS", aTamilApple;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0;
	margin: auto;
	padding: 0px;
	height: auto;
	list-style-type: none;
	font-style: normal;
	text-align: left;
}
.Heading1 {
	font-family: Latha, "Arial Unicode MS", aTamilApple;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FC0;
	margin: auto;
	padding: 0px;
	height: auto;
	list-style-type: lower-alpha;
}
.Heading2 {
	font-family: Latha, "Arial Unicode MS", aTamilApple;
	font-size: 20px;
	color: #FC0;
	list-style-type: lower-alpha;
}

