@charset "UTF-8";

body {
	background-image: url('../pictures/bg-nc.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #78d0f4;
}

@media only screen and (max-device-width: 480px) 
{
body {
background-image: url('../pictures/bg-nc-phone.jpg');

}
}
.highlight {
	color: #ff0099;
}

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

#topbar {
	border-bottom: thin dashed #0057a7;
}	

#contentvideo {
	border: thin dashed #0057a7;
	}	
	
#workdesc {
	border-left: thin dashed #0057a7;
	color: 003566;	
}

.download {
	border: thin dashed #ff0099;
}