﻿/* Print CSS */

* {
background:transparent;
}

body,p,div,table,td,th,dl,dt,dd,form,input {
color:#000;
background:#FFF;
font-size:12pt;
line-height:130%;
font-family:Georgia, "Times New Roman", Times, serif;
}

blockquote {
font-style:italic;
color:#000;
}

a:link,a:visited {
color:#520;
background:transparent;
font-weight:700;
text-decoration:underline;
}

img {
display:none;
}

a:link:after,a:visited:after {
content:" (" attr(href) ") ";
font-size:80%;
}

h1,h2,h3,h4,h5,h6 {
background:#FFF;
padding:0;
}

h1 {
font-size:18pt;
}

h2 {
font-size:16pt;
}

h3 {
font-size:14pt;
}

h4 {
font-size:13pt;
}
