/*-------------------------------
  print stylesheet
  date: 10-11-2004
  author: visiblebits.com
--------------------------------*/

body{
  text-align: center;
  font-family: times;
  margin:10px 0 35px 0;
  padding:0;
  font-size: 14px;
}


a{
  color: #1550B2;
  text-decoration: none;
}

a:hover{
  color: #f20000;
}
a img{
  border:0;
}

.bigstory{
  margin: 0 auto;
  width: 600px;
  padding: 10px;
  text-align: left;
}

h1{
  font-size: 15px;
  font-weight: bold;
	color: #000;
  margin:0;
  padding: 7px 0 0 0;
}

.date{
  margin: 0 0 10px 0;
}

.content{
  font-size: 14px;
  padding:  0 0 25px 12px;
  border-bottom: 1px solid #ccc;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}


