html {
	overflow-y: scroll;
	padding: 0px;
	margin: 0px;
}

body {
	background-color:rgb(157,180,251);
  background-image:url(images/background.jpg);
  background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

html, body, table, div, span, textarea, input, ul, ol, h3 {
	font-family: Arial;
	font-size: 16px;
}

h1 {
	font-family: Arial;
	font-size: 28px;
}

h2 {
	font-family: Arial;
	font-size: 19px;
}

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

a:visited {
	color: #880000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #1761AB;
	text-decoration: none;
}




