
#Page {
	margin: 0 auto; 
	background-color: White;
	width: 950px;
}


body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
}

.articlebox
{
   background-color: white;
   color: #b45d16;
   font-size: smaller;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #995117;
   text-decoration: none;
}

