

body {
  background-color: #FFD819;
  background: url(images/back.jpg);
  text-align: center;
  margin: 0px;
  padding: 10px;
	font-family: "Century Gothic",Arial, Verdana, Helvetica, sans-serif;
	color:#251A06;
}

p.big {
  font-size: 12pt; 
}

p.bigger {
  font-size: 14pt; 
}

p{
  font-size: 9pt;
}

p.red {
	color: #781F12;
	}

a:link, a:visited{
	color:#781F12;
	text-decoration:none;
}

a:hover{
	color:#34401A;
	text-decoration:underline;
}

img{
  border: none;
}

hr{
  height: 0px;
  border-bottom: 1px dotted #251A06;
  margin-left : 0px;
}

h1 {
	font-size:16px;
	color:#251A06;
	}

h2 {
	font-size:14px;
	color:#251A06;
	}

h3 {
	font-size:12px;
	color:#251A06;
	}
	
td.dotted {
	border-style: dotted;
	border-color: #892314;
	border-size: 2px;
	background-color: #FFF8D5;
	}
	
table {
	border-style: none;
	}
	
td {
	border-style: none;
	}



