﻿body
{
	background-position: top;
	background-color: #74b5df;
	font-family: Trebuchet, Verdana, Calibri;
	background-image: url(    'bg.png' );
	background-repeat: repeat-x;
	background-attachment: fixed;

	
}
	a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
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 
}*/