@charset "UTF-8";

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

}
}
.highlight {
	color: #50fffe;
}

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

#topbar {
	border-bottom: thin dashed #50fffe;
}	

#contentvideo {
	border: thin dashed #50fffe;
	}	
	
#workdesc {
	border-left: thin dashed #50fffe;
	color: #8fcacc;	
}

