/* CSS Document */

body{
	background-color: #919D58;
	background-image: url('images/langSchool.jpg');
	background-repeat: repeat-x;
	text-align: justify;

}

A:link{	
	color: #000000;
	font-family: Verdana, sans-serif;
	text-decoration:none;
	border-bottom:1px dotted #317082;
}

A:hover{
	color: #307082;
	text-decoration:none;
}


.linkVisited{
	font-family: Verdana, sans-serif;
	border-bottom:1px dotted #317082;
	color: #000000;
	text-decoration:none;
}

a:active {
	color: #666666;
	text-decoration:none;
}

.accommodationLink{
	color: #307082;
	font-family: Verdana, sans-serif;
	border-bottom:1px dotted #317082;
	text-decoration:none;
	font-size: 12px;

}
