@charset "UTF-8";
/* CSS Document */

#sidebars, #postcomment, #noCommentsFooter,
#footer {
 display:none;
}

.comments, .noComments {
 display:none;
}

h1 a:link, h1 {
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}
a:link, a:visited {
    color: #1E1E1E;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.alignright {
    float: right;
    padding: 0 0 10px 20px;
    text-align: right;
}

.alignleft {
	text-align: left;
	   float: left;
    padding: 0 20px 10px 0px;
}