/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
  background-image: url(pattern6.png);
  background-size: 15%;
  color: #443737;
  font-family: "Great Primer";
  margin: 10px;
  padding: 10px;
  text-align: center;
}
*, :hover, select, a, focus {
  cursor: url(cursor3.png), auto;
  }	
 .a {
  width: 1500px;
  text-align: center;
}
.box {
  margin: 15px;
  background-color: #faefe2;
  border: 2px solid black;
  padding: 15px;
  width: 850px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #443737;
}
.boxtwo {
  background-color: #faefe2;
  border: 2px solid black;
  padding: 15px;
  width: 380px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #443737;
}
.boxthree {
  background-color: transparent;
  border-color: #443737;
  width: 1500px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.boxfour {
 background-image: url(pattern6.png);
  background-size: 55%;
  border: 2px solid black;
  padding: 15px;
  margin: 10px;
  width: 380px;
  text-align: center;
  display: block;
  float: right;
  border-color: #443737;
}

.b {
    position: relative;
    margin: 1%;
    float: left;
    background-color: #fbeed9;
  border: 2px solid black;
  border-color: #443737;
  width: 380px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  h1 {
    font-family: "Attic";
    text-align: center;
    font-size: 50px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
  }
  h4 {
    font-family: "Attic";
    text-align: center;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
  }
a:link {
  color: #443737;
  background-color: transparent;
  text-decoration: none;
  outline: 0;
  
}

a:visited {
  color: #443737;
  background-color: transparent;
  text-decoration: none;
  
}

a:hover {
  color: #A27597;
  background-color: transparent;
  text-decoration: none;
}

p {
  margin: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}


ul { list-style-type: "✧ "; 
font-weight:normal;}


table {
    margin-left:auto; 
    margin-right:auto;
    font-weight:normal;
  }

@font-face{ 
	font-family: "Ambrosia";
	src: url('ambrosia.eot');
	src: url('ambrosia.eot?#iefix') format('embedded-opentype'),
	     url('ambrosia.woff') format('woff'),
	     url('ambrosia.ttf') format('truetype'),
	     url('ambrosia.svg#filename') format('svg');
}

@font-face{ 
	font-family: "Attic";
	src: url('attic.regular.eot');
	src: url('attic.regular.eot?#iefix') format('embedded-opentype'),
	     url('attic.regular.woff') format('woff'),
	     url('attic.regular.ttf') format('truetype'),
	     url('attic.regular.svg#filename') format('svg');
}
	
	@font-face{ 
	font-family: "Old Standard";
	src: url('OldStandard-Regular');
	src: url('OldStandard-Regular?#iefix') format('embedded-opentype'),
	     url('OldStandard-Regular.woff') format('woff'),
	     url('OldStandard-Regular.ttf') format('truetype'),
	     url('OldStandard-Regular.svg#filename') format('svg');
	     font-weight: normal;
       font-style: normal;
}
@font-face{ 
	font-family: "Old Standard";
	src: url('OldStandard-Italic');
	src: url('OldStandard-Italic?#iefix') format('embedded-opentype'),
	     url('OldStandard-Italic.woff') format('woff'),
	     url('OldStandard-Italic.ttf') format('truetype'),
	     url('OldStandard-Italic.svg#filename') format('svg');
	     font-weight: normal;
       font-style: italic;
}
@font-face{ 
	font-family: "Great Primer";
	src: url('im-fell-great-primer.roman');
	src: url('im-fell-great-primer.roman?#iefix') format('embedded-opentype'),
	     url('im-fell-great-primer.roman.woff') format('woff'),
	     url('im-fell-great-primer.roman.ttf') format('truetype'),
	     url('im-fell-great-primer.roman.svg#filename') format('svg');
	     font-weight: normal;
       font-style: normal;
}

@font-face{ 
	font-family: "Great Primer";
	src: url('im-fell-great-primer.italic');
	src: url('im-fell-great-primer.italic?#iefix') format('embedded-opentype'),
	     url('im-fell-great-primer.italic.woff') format('woff'),
	     url('im-fell-great-primer.italic.ttf') format('truetype'),
	     url('im-fell-great-primer.italic.svg#filename') format('svg');
	     font-weight: normal;
       font-style: italic;
}
.test {
font-family: Old Standard;
}


  