/* CSS used in index page */

.a_for_rent{
	font-family: "times new roman", arial;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	}


.a_for_rent:link {
	color: white;
	text-decoration: none;
	border: none;
	}

.a_for_rent:visited {
	color: white;
	text-decoration: none;
	border: none;
	}

.a_for_rent:hover {
	color: red;
	text-decoration: none;
	border: none;
	}

.a_for_rent:focus  {
	color: red;
	text-decoration: none;
	border: none;
	}

