/* Main (The biggest) title */
h1 , .title1 {
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
} 
h2 , .title2 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	}
h3 , .title3 {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	}
	
/*td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}*/
body {
	background-color: #AB8172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	width: 780px;
	margin: 0px;
}
/* For all the links except the main menu links */
a:link {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}

/* Used for color and style of the border of table and td tags in sanskrit_sound_files
	file*/
table.border , td.border {
	border: medium inset #996666;
	}
/* The main table that contains the content of each webpage except the links at the 
	top of the page	*/
.mainTable {
	padding: 0px 20px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
hr {
	border: medium inset #996666;
	width: 50%;
}
/* Used for photos captions */
.caption {
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
}
/* Used for the links of the main menu at the top of each page. */
a.menu:link {
	color: #663300;
	text-decoration: none;
	font-size: 14px;
}
a.menu:hover {
	color:#FF9966;
	text-decoration:none;
	/*font-size:14px;*/
	}
a.menu:visited {
	color:#663300;
	text-decoration: none;
	font-size:14px;
}
/* Used so that it shows the "|" used between the links in the main menu! */
p.menu {
	font-size:14px;
	}
	
.logoPosition {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

