/*
  File: printstyles.css
  Company: Code 2 Interactive
  Last Modified: March 11, 2006

  Purpose: This file is the external style sheet for every printer-friendly page on the current Code 2 Interactive website.
*/

.normaltext {
font-size: 10pt;
font-family: arial, sans-serif;
}

.normaltextlink {
font-size: 10pt;
font-family: arial, sans-serif;
}

.normalheadtext {
font-size: 14pt;
font-weight: bold;
font-family: arial, sans-serif;
}

h2 {
font-size: 12pt;
font-weight: bold;
font-family: arial, sans-serif;
}

.copyright {
font-size: 8pt;
font-family: arial, sans-serif;
}

.testimonial {
font-size: 10pt;
font-family: arial, sans-serif;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}
