@charset "UTF-8";

body {
	background-image: url('../pictures/bg-lmd.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #95b0ce;
}
@media only screen and (max-device-width: 480px) 
{
body {
background-image: url('../pictures/bg-lmd-phone.jpg');

}
}
.highlight {
	color: #994c82;
}

a {
	color: #401d35;
	text-decoration: none
}
a:hover {
	color: #f2daeb;
	}
	
a:active {
	color: #ffffff;
	background-color: #522546;
}

#topbar {
	border-bottom: thin dashed #522546;
}	

#contentvideo {
	border: thin dashed #522546;
	}	
	
#workdesc {
	border-left: thin dashed #522546;
	color: #111111;	
}

