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

body {
	background-color: #c5c5c5;
	background-image: url(_img/bg.jpg);
	background-repeat: repeat-x;
	padding: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #000000; }

a:link {
	color: #01b7ea;
	text-decoration: none; }

a:hover {
	color: #22282c;
	text-decoration: none; }
	
a:visited {
	color: #0088ae;
	text-decoration: none; }
	
a:active {
	color: #ffffff;
	text-decoration: none; }
