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

body {
	background-color: #086eb4;
	background-image: url(images/const-bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Tahoma;	
}

h2 {
  font-weight: normal;	
}
a {
	color: #009;	
}

a:hover {
	color: #999;	
}
