* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: helvetica, sans-serif;
	font-weight: none;
	font-size: 16pt;
}

body {
  background-image: url("ccbg.png");
  background-color: #cccccc; /* Fallback color */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
}

div {
	margin: auto;
	margin-top: 100px;
	padding: 10px;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.5);
}

h1 {
	padding: 30px;
	font-size: 48pt;
	-webkit-text-stroke: 2px black; 
	color: #ffc435;
	margin-top: 40px;
}

img {
	margin-bottom: 20px;
}

p {
	
}

b {
	color: #ff812c;
	font-weight: 800;
}

a {
	color: #fff;
}

ul li {
  display: block;
}

ul li:before {
  content: "★ ";
}
