
.newsarticle
{
  text-align: left;
  float: center;
  font-size: 7.5pt;
  height: auto;
  margin: 0px auto;
  background-color: #ffffcc;
  border: 1px dashed #000000;
  padding: 5px;
}

.newsarticle p.title
{
	font-family: Times New Roman, Arial;
	font-size: 13pt;
	font-weight: bold;
}

.newsarticle p.username
{
	
}

.newsarticle p.story
{

}

.newscomment
{
  text-align: left;
  float: center;
  font-size: 7.5pt;
  height: auto;
  margin: 0px auto;
  background-color: #ffffcc;
  border: 1px dashed #000000;
  padding: 5px;
}

.newscomment p.username
{

}

.newscomment p.moment
{

}

.newscomment p.body
{

}

#newscommentform
{
  text-align: left;
  float: center;
  font-size: 7.5pt;
  height: auto;
  margin: 0px auto;
  background-color: #ffffcc;
  border: 1px dashed #000000;
  padding: 5px;
}

#newscommentform textarea
{
	width: 100%;
}

#newscommentform input.button
{
	width: 100%;
}