body	{
  color: #333;
  margin: 20px;
  padding: 0;
  text-align: center;
  font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
  padding-bottom: 25px;
  font-size: 12px;
}
.title {
    padding:0px;
    font-size:32px;
    line-height:42px;
    font-weight:bold;
    float:left;
}
.subtitle {
    float:right;
    clear:none;
}
.caption {
    font-size: 12px;
    float:left;
}
.link {
    font-size: 12px;
    float:right;
}
.age {
    font-weight:bold;
    float:right;
    clear:none;
}
.nav {
    font-size: 12px;
    float:left;
}


img {
    border:0px;
}

img.thumbnail {
    border:0px;
}
p {
  padding:0;
  margin:5px, 0px, 5px, 0px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:32px;
	line-height:42px;
	font-weight:bold;
}

h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
  
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:900;
}
  
hr {
  height:1px;
  color: #999;
  border-style:dashed;
}
  
a {
	color:blue;
	text-decoration: none;
}

a:link {color:blue;}
a:visited {color:blue;}

a.button  {
	color:#ffffff;
	background-color:#666666;
	padding:2px;
	line-height:22px;
	border: 1px solid black;
	text-decoration: none;
	font-weight:bold;
	
}

a:button.button  {
	color:#ffffff;
}
a:visited.button  {
	color:#ffffff;
}
a:hover.button  {
	text-decoration: underline;
}
