/*This is the style sheet for the homepage*/

p {
	font-family: "courier new";
	font-size: 120%;
	width: 60%;
	text-align: justify;
	border-radius: 5px;
	padding: 7px;
	margin-top: 0px;
	color: black;
	margin-bottom: 1px;
	margin-left: 5%;
	background: #D9E7FA;
}

.home_table {
	margin-left: 15%;
	/*border: solid black 1px;*/
}

.para_home {
	vertical-align: middle;
}

.home_table td {
	/*border: solid black 1px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

a.homelink:link {
	text-decoration: none;
}

a.homelink:visited {
	color: black;
}

a.homelink:hover {
	color: white;

}

p:hover {
	background: #6699CC;
	color: white;
}


.para_heading {
	font-size: 130%;
	font-weight: bold;
}


.books_para {
	/*margin-top: 4%;*/
}
