@charset "UTF-8";

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

}
}
.highlight {
	color: #fefd41;
}

a {
	color: #000;
	text-decoration: none
}
a:hover {
	color: #fefd41;
	}
	
a:active {
	color: #ffffff;
	background-color: #fefd41;
}

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

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

.download {
	border: thin dashed #15029c;
}