body{
  word-break : break-all;
}
p
{
  text-indent: 2em;
  word-break : break-all;
}
#top #tagline a:link,
#top #tagline a:visited,
#top #tagline a:active
{
  text-decoration:none;
  color: blue;
}
#top #tagline a:hover
{
  text-decoration:underline;
  color: red;
}
.post{
  word-break : break-all;
  background-color: transparent;
}
.post div, .post code
{
  font-family: "Courier New", Tahoma;
}
#MyLinks1_MyHomeLink,
#MyLinks1_NewPostLink,
#MyLinks1_ContactLink,
#MyLinks1_Syndication,
#MyLinks1_XMLLink,
#MyLinks1_Admin
{
  clear: none;
}
.post h2 a
{
  padding: 5 3 0 3;
}
.post h5 a
{
  padding: 5 3 0 3;
  margin: 0 0 3 0;
}
.post h2 a:link,
.post h2 a:visited,
.post h2 a:active,
.post h5 a:link,
.post h5 a:visited,
.post h5 a:active
{
  color:blue;
  border-color:blue;
  text-decoration : none;
  border-width:2px;
  border-bottom-style:dashed;
}
.post h2 a:hover,
.post h5 a:hover
{
  color:red;
  border-color:red;
  text-decoration : none;
  border-bottom-width:2px;
  border-bottom-style:dashed;
}