﻿Body {
	margin:0px;
	padding:0px;
	background-color:#DDEBF8;
	background-image: url(background02.jpg);
	background-repeat: repeat-x;	
	font: 75%/160% Arial, Helvetica, sans-serif;
}

a 
{
    /*color:#5db7e9;*/
    color:#1F81B8;
    text-decoration:none;
}
h1, h2 {
	font: 180%/100% Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
	letter-spacing: 1px;
	color: #000;
}
h4 {
	/*text-indent: -900em;*/
	color: #000;
	margin: 0;
	padding: 0;
	height: 25px;
}
h4 a:link
{
    color: #000;
    text-decoration:none;
}
h4 a:visited 
{
    color: #000;
    text-decoration:none;
}

h4 a:hover
{
    color: #aaa;
    text-decoration : underline;
    
}