@CHARSET "UTF-8";

/* $Id: print.css,v 1.0 2008-08-26 11:25:59 asc Exp $ */

/**
 * Job Page, Actual Size Creative
 * Copyright, 2008 Actual Size Creative. All rights reserved.
 * 
 * http://www.thisisactualsize.com/
 *
 */

/**
 * TYPOGRAPHY
 */
 h1 {
 font-family: Georgia, serif;
 font-size: 28px;
 font-style: italic;
 font-weight: normal;
 line-height: 28px;
 background-color: transparent;
 color: rgb(0,0,0);
 }
 
 h2 {
 font-family: Georgia, serif;
 font-size: 22px;
 font-style: italic;
 font-weight: normal;
 line-height: 28px;
 background-color: transparent;
 color: rgb(0,0,0);
 }
 
 p {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: normal;
 line-height: 23px;
 background-color: transparent;
 color: rgb(0,0,0);
 }
 
 p.small {
 font-size: 12px;
 font-weight: normal;
 line-height: 20px;
 }
 
 p a, p a:link, p a:active, p a:visited, p a:hover {
 text-decoration: none;
 background-color: transparent;
 color: rgb(251,176,59);
 }
 
 ul {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 20px;
 list-style-type: disc;
 background-color: transparent;
 color: rgb(0,0,0);
 }
 
 li {
 background-color: transparent;
 color: rgb(0,0,0);
 }
