@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#2d627d;
}

img {

border: 0px;
}

h1 {
color: #82ce12; font-family: Verdana; font-size: 14px;
}

p {
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
	text-align: justify;
}

.data { color: #fd7900; font-family: Verdana; font-size: 12px; font-weight: bold; }
