/*
   Text styles
*/

.footer
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 12px;
   color: #5f5f5f;
}

.nav
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 16px;
}

.head
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 18px;
   color: #a54867;
   margin-bottom: 0px;
}

.date
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 75%;
   color: #5f5f5f;
}

p
{
   margin-top: 5px;
   font-family: helvetica, arial;
   font-size: 14px;
}

/*
   Comment styles
*/

.commentDate
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 75%;
   color: #5f5f5f;
}

.commentBody
{
   font-family: helvetica, arial;
   font-size: 14px;
}

.commentHead
{
   font-family: kozuka gothic pro, helvetica, arial;
   font-size: 14px;
   color: #000;
   margin-bottom: 0px;
   font-weight: bold;
}

/*
   Link styles
*/

a:link
{
   color: #a54867;
   text-decoration: none;
}

a:visited
{
      color: #a54867;
      text-decoration: none;
}

/*
   Image styles
*/

.body > img
{
   border: 1px #000 solid;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
}
