/* CSS Document */

@charset "UTF-8";
.font
{ 
font-family: 'Vollkorn', serif;
}

.heading
{
	font-family: 'Vollkorn', serif;
	background-color: #FFFFFF;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; /* or 950px */
}
.container {
	background-color: #000000
	  margin-right: auto;
	margin-left: auto;
	max-width: 1200px; /* or 950px */
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: large;
	background-color: undefined;
}
table {
    border-collapse: collapse;
}

tr {
   
	
}
.snoot {
	border: thin solid #C7B9BA;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(246,246,236,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(246,246,236,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(246,246,236,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(246,246,236,1.00) 100%);
}
.fred {
	background-color:#C5B3B4
}
