﻿body {
	background-image:url(images/bck.gif);
	background-repeat: repeat-x;
	background-color:#ffde00;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #555555;
	margin: 10px;
 
}
a 
{
	font-weight:bold;
	color: #005784;
	text-decoration: none;
	outline: none;
}

a:hover { 
	text-decoration: none;
}