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

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

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

body {
	font-family: Arial, Helvetica, sans-serif;
  background-image:url(assets/background.jpg);
  background-repeat:inherit;
	
}
table {border-width:medium ;
		border-color: #000000
		}

h1 {color:#CC0000
}

h2 {color:#006633
}
caption { color:#006633
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}