/*
 * Cascading Style Sheet (CSS 467) for CityEmail.ca
 * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
 * COPYRIGHT INFORMATION - DO NOT REMOVE
 * Copyright (c) 2007 LinuxMagic Inc. All Rights Reserved.
 *
 * All style attributes in alpha-numeric order starting from 0
 */ 

  /* 
 * ========================================
 * FOR PRINTING ONLY
 * ========================================
 */
 
html, body{
	font-family: Arial, Tahoma, Verdana, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	text-indent: 0;
}

h2 {
 	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px;
}

img {
	border: 0;
}

p.quote {
	padding: 20px !important;
}

p.quote em{
	float: right;
}

#Header,
#NavigationWrapper,
#Navigation,
#SubNavigation {
	display: none;
}

#Copyright {
	font-size: 10px;
	text-align: center;
}
