@charset "utf-8";

body {
	font: 12pt "Times New Roman", Times, serif;
	color: #111;	background-color: #FFF;
}

/*text*/
h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 16pt; }
h4 { font-size: 15pt; }
h5 { font-size: 14pt; }
h6 { font-size: 13pt; }

/*img*/
img { border: none; }

/*links*/
a { text-decoration: none; }
a[href]:after {
	content: " (" attr(href) ")";
	display: block;
	color: blue;
}


/*display*/
#skiptocontent, #tagline, #quickoptions, #menu, #breadcrumb, #box-comments, #link-print, #related, #footer,
.box5-foot, .post-edit-link,
form
{ display: none; }

