body {
	background-image:  url(../images/blog_pic.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	font-family: 'Trebuchet MS', trebuchet, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #eee;
	margin: 0px;
	padding: 13px;
}
.header1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:.1em;
}

a:link {
  color:#9bd;
  text-decoration:none;
  }
a:visited {
  color:#9bd;
  text-decoration:none;
  }
a:hover {
  color:#ff9900;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
.header2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
	font-variant: normal;
	text-transform: none;
}
.a2:link {
  color:#fff;
  text-decoration:none;
  }
.a2:visited {
  color:#fff;
  text-decoration:none;
  }
.a2:hover {
  color:#ff9900;
  text-decoration:none;
  }
