body {
	background-image: url("background2.jpg");
	
	}
a {
	text-decoration: none;
	font-size: 1em
	}	
a:link {
	color: black;
		}	
a:visited {
	color: black;
	}	
a:hover {
	color: red;
	font-size:1.2em;
	}
a:active {
	color: green;
	}

/** telugu to english in main index**/	
p.english {
	font-size:20px; 
	line-height:10%;
}

/** for headings **/
	
/** filter using orgainsation etc in patrons **/	
table.filter {
	width:300px;
	height:500px;
	border:2px solid black;
	background-color:#FFEBCD;
	border-collapse:collapse;
	margin-left:60px;
	margin-right:60px;
	margin-top:30px;
}	

/** main index page **/
table.index {
	width:300px;
	height:900px;
	border:2px solid black;
	background-color:#FFEBCD;
	border-collapse:collapse;
	margin-top:25px;
	}	


	
/** for summary profiles in all pages **/	
table.summarydata {
	width:1000px;
	height:100px;
	border:2px solid black;
	background-color:#FFEBCD;
	margin-top:30px;
	
}	

marquee.programs {
	width:400px;
	height:900px;
	font-size:20px;
	color:red;
}