@charset "UTF-8";

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

}
}
.highlight {
	color: #1d16b4;
}

a {
	color: #ffffff;
	text-decoration: none
}
a:hover {
	color: #7873e5;
	}
	
a:active {
	color: #ffffff;
	background-color: #fff;
}

#topbar {
	border-bottom: thin dashed #87655b;
}	

#contentvideo {
	border: thin dashed #87655b;
	}	
	
#workdesc {
	border-left: thin dashed #87655b;
	color: ffffff;	
}

.download {
	border: thin dashed #ff0099;
}