/* CSS Document */
a:link  {
     color: #000099; 
     background-color: transparent;
     text-decoration: none
}
a:visited  {
     color: #990000;
     background-color: transparent;
     text-decoration: none;
}

a:active  {
     color: #0099cc;
     background-color: transparent;
     text-decoration: none;
}

a:hover  {
     color: #0077cc;
     background-color: #eeeeee;
     text-decoration: none;
}

.sanskrit99 {
	font-family: "Sanskrit 99";
	font-size: 20px;
}

.urwpalladio {
	font-family: "URW Palladio IT";
	font-size: 18px;
	font-style: italic;
	}
	
.urwpalladio2 {
	font-family: "URW Palladio IT";
	font-size: 18px;
	font-style: normal;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #990000;
	margin-left: 10px;
}

.link-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 17px;
}
