
body {
background-image: url(../images/bgbig.jpg); 
background-repeat:repeat-x;
background-color:#dda363;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*links styles Start*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
/*links styles end*/

.smallText {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
