﻿/* TMEA Print CSS */

.noprint {
	display: none;
}
#page_content {
	margin:.5in;
	font-family: Georgia, "Times New Roman", Times, serif;	
    background: white;
    font-size: 12pt;
    border: 0px;
}
#masthead, #left_col, #footer, #breadcrumbs, #toc {
   display: none;
}
h1 {
	font-size: 16pt;
	text-align: center;
	color: black;
}
h2 {
	font-size: 14pt;
	text-align: center
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}
.emphasis_lilac {
   color: black;
}
