/*
Title: 	LOV styles for print media
Author:	John Lytle
Updated: 	03.12.2007
*/

body {
	background: white;
	margin: .6in;
	font-family: Georgia, Serif;
	font-size: 12pt;
	}
	
body, #colmain #footer {
	width: auto !important;
	margin: 0 5% !important;
	padding: 0 !important;
	background: transparent;
	color: #000;
	}

h1 {
	margin:0 0 .5in 0;
	}
  
h2 {
	margin:0 0 .2in 0;
	}
	
a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
 a:link:after, #container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

 a[href^="/"]:after {
  content: " (http://lovesayulita.com" attr(href) ") ";
   }

