﻿/* Printer friendly version of the soa.org site */
html, body{
background:none;
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
margin: 0 0 0 0;
padding: 0 0 0 0;
}



/* End edit for Education Vertical */

/* Don't display anything that doesn't need to be displayed */

/* Use regex to hide the stupid images that are embedded on the page. If the table they were in had a class
   we would have been able to alleviate this problem with out using this method - even if it is cool.
   Do note that it does not work in IE6 - go figure - because it is a css3 property */
/* A css Regex cheat sheet can be found at ILoveJackDaniels.com */



/* 
img[src $='quickLinksTop.jpg']{
display:none;
}
img[src $='quickLinksBottom.jpg']{
display:none;
}
img[src $='blank.jpg']{
display:none;
}

h2[class ^='textPageSubhead']{
color: #000;
font-size: 120%;
}
p[class \w='bodyText']{
font-size: 12pt;
}*/

