/* [file] redesign_printerfriendly.css */

body
{
margin:10pt;
background: white;
}

.articleTitle
{

}

.articleByline
{

}

.articleDate
{

}

.articleBody
{
font-size: 12pt;
}

a:link, a:visited 
{
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Inserts the destinations of links in parenthesis after the link. Works on CSS-2 compatible browsers */
#content a:link:after, #content a:visited:after 
{
content: " (" attr(href) ") ";
font-size: 90%;
}

