@font-face {
	font-family: Yanone Kaffeesatz;
	src: local("Yanone Kaffeesatz ExtraLight"), local("YanoneKaffeesatz-ExtraLight"), url(yanone.woff) format("woff");
	font-weight: 200;
	font-style: normal;
}

h1 {
    text-shadow: 1px 1px;
}
div1 {
    box-shadow: 10px 10px grey;
}

<style>
.borderexample
{
border-style:solid;
border-color:#287EC7;
}
</style>