@charset "UTF-8";
/*
Name: Print Style Sheet
Version: 1.0
Author: Thomas Wojak
Description: Print Thomas Wojak website style sheet.

Copyright 2005 Thomas Wojak
*/

a:link {color: #0066cc; }
a:active {color: #66ccff }
a:visited {color: #0066cc; }

body {
	background: white;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	color: black;
	}

.homeText	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	color: #000;
	}

.foot	{
	background: white;
	color: black; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	}

.copyright	{
	background: white;
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 9px;
	text-align: center;
	}
