/* 
	Print layout
	
	Theme Name: five seasons house theme
	Theme URL: http://www.fiveseasons.be
	Description: -
	Author: five seasons
	Author URI: http://www.fiveseasons.be
	Version: 1.0
	Tags: -
*/

* {
color: #000000 !important;
}

/*
text: font-family: Georgia, Serif;
headers: font-family: Verdana, Arial, Helvetica, sans-serif;
*/

body, html {
font-size: 14px;
line-height: 20px;
font-family: Georgia, Serif;
margin: 0px auto 0px;
padding: 0px;
height: 100%;
}

table, tbody, tr, th, td {
text-decoration: none;
font-weight: normal;
text-align: left;
padding: 3px;
vertical-align:text-top;
}

a {} /* link */
a:link {}      /* unvisited link */
a:visited {}  /* visited link */
a:hover {}  /* mouse over link */
a:active {}  /* selected link */
a:after {}

a {color:#006A6E}
a:link {color:#006A6E; text-decoration: none;}      /* unvisited link */
a:visited {color:#006A6E; text-decoration: none;}  /* visited link */
a:hover {color:#962E34; text-decoration: none;}  /* mouse over link */
a:active {color:#962E34; text-decoration: none;}  /* selected link */
a img,:link img,:visited img { border:none }    
a:after {content: " (" attr(href) ") "; }

strong {
color: #962E34;
}

#header, #navbar {
display: none;
}



