﻿body
{
	background-position: top;
	background-color: #ffffff; /* #74b5df;*/
	font-family: Verdana, sans-serif;
	color: #7B7C7E;
	background-image: url(    'bg.png' );
	background-repeat: repeat-x;
	background-attachment: fixed;
	line-height: 15pt;
	font-size: 13px;
}
a:link
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover
{
	/*color: #FFFFFF;*/
	text-decoration: underline;
}
a:active
{
	/*color: #FFFFFF;*/
	text-decoration: none;
}
.centeredImage
{
	text-align: center;
	display: block;
}
/*pre {
white-space: pre; // CSS2 
white-space: -moz-pre-wrap; // Mozilla 
white-space: -hp-pre-wrap; // HP printers 
white-space: -o-pre-wrap; // Opera 7 
white-space: -pre-wrap; // Opera 4-6 
white-space: pre-wrap; // CSS 2.1 
white-space: pre-line; // CSS 3 (and 2.1 as well, actually) 
word-wrap: break-word; //x IE 
}*/
