/* CSS Document */

html, body {
  margin: 0;
  padding:0 ;
  border: 0;
}
body 
{background:#000000 url("../images/indeximages/diagonal.jpg"); 
background-color: #ccc; /* change the color to your background color */ }
#main {
  width: 80%;
  max-width: 1000px;
  background-color:#ffffff;
  border: solid white thin;
  margin: 0em 6em;
  padding: 0em;
}


.style1 {font-size: 50px}
.style2 {font-size: 25px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #E23926;
}
a:active {
	text-decoration: none;
}

