body{
    font-family: Blogger Sans Web, Helvetica;
    background-image: url(images/dsn/bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left;

}

@font-face {
    font-family: Blogger Sans;
    src: url(file/font/BloggerSans.woff)
}

@font-face {
    font-family: Blogger Sans;
    src: url(file/font/BloggerSans-Bold.woff);
    font-weight:bold
}

h1{
    color:#333333;
    font-family: Blogger Sans;
    font-weight:bold;
}

p{
    color:#181818;
    font-family: Blogger Sans;
}

h2{
    color:#555555;
    font-family: Blogger Sans;
}

a:link {
  color: #ff7f27;
  font-family: Blogger Sans;
  text-decoration: none;
}

a:visited {
  color: #7092be;
  font-family: Blogger Sans;
  text-decoration: none;
}

a:hover {
  color: #a349a4;
  font-family: Blogger Sans;
  text-decoration: underline;
  font-style: italic;
}

a:active {
  color: #ed1c25;
  font-family: Blogger Sans;
  text-decoration: underline;
  font-style: italic;
}

.aligncenter {
    text-align: center;
    
}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.outline {
	text-shadow:
	-1px -1px 0 #ffffff,
	1px -1px 0 #ffffff,
	-1px 1px 0 #ffffff,
	1px 1px 0 #ffffff,  
	-1px 0 0 #ffffff,
	1px 0 0 #ffffff,
	0 1px 0 #ffffff,
	0 -1px 0 #ffffff;
}
