@charset "UTF-8";

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

}
}
.highlight {
	color: #ffffff;
}

a {
	color: #3b2d24;
	text-decoration: none
}
a:hover {
	color: #ffffff;
	}
	
a:active {
	color: #ffffff;
	background-color: #ff0099;
}

#topbar {
	border-bottom: thin dashed #3b2d24;
}	

#contentvideo {
	border: thin dashed #3b2d24;
	}	
	
#workdesc {
	border-left: thin dashed #3b2d24;
	color:faf5f1;	
}

.download {
	border: thin dashed #ff0099;
}