body
{
  font-family: arial;
  font-size: 14px;
  color: rgb(0, 0, 136);
}

.TopHead
{
  font-family: arial;
  font-size: 36px;
  font-weight: bold;
}

.TopIntro
{
  font-family: arial;
  font-size: 18px;
}

.EntryHead
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: green;
}

.EntryDate
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.Contact
{
   font-size: 20px;
   font-weight: bold;
   color: black;
   background-color: palegreen;
   border: 2px solid #000000;
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 15px;
   width: 320px;
}

.PupHead
{
  font-family: Comic Sans MS;
  font-size: 20px;
  color: green;
  text-align: center;
}

.PupSubHead
{
  font-family: Calibri;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.PupBody
{
  font-family: Calibri;
  font-size: 16px;
  color: black;
}

/* --- OLD --- */

.BulletHeading
{
  font-family: arial;
  font-size: 18px;
}

.tableHeading
{
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: green;
}

.tableNormal
{
  font-size: 14px;
}

.tableRestaurants
{
  font-size: 16px;
}

.BoxLeft
{
	margin-left: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.ImageLeft
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left
}

.ImageRight
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: right
}

.BlogPage
{
	font-family: arial;
	background-image: url(_themes/nature/nabkgnd.jpg);
	font-size: 15px;
}

.BlogHeadMain
{
	font-size: 32px;
	font-weight: bold;
	color: rgb(51,51,153);
}


.BlogEntry
{
	font-size: 15px;
}
