@charset "utf-8";
/* Student Flights 09 Accommodation Page - CSS Document */

h1 {
/* (Define attributes here to customise page specific tags) */
}

/* Accommodation page **************************************************************************************************/

.accom-column {
	float:left;
	width:244px;
	padding-left:15px;
}

.accom-col-margin {
	margin-left:10px;
}

.accom-list {
	list-style:none;
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding:0px;
}

.accom-list a {
	color: #333;
	text-decoration:none;
	padding-left:5px;
}

.accom-list a:hover {
	color: #333;
	text-decoration:underline;
}

/* Accommodation page */

.accom-table {
	font-size:12px;
	line-height:20px;
	width:795px;
	padding-left:10px;
}

.accom-table a {
	color: #333;
	text-decoration:none;
}

.accom-table a:hover {
	color:#e37100;
	border-bottom:1px dotted #e37100;
}






