
body {
	background-color: black;
	align: center; }

p {
	text-align: center;
	color: white;
	font-family: verdana,serif;
	font-size: 16px;}

h1 {
	text-align: center;
	font-family: "Book Antiqua",sans-serif;
	font-size: 28px; }
	
.largecursive {
	font-family: "Great Vibes",serif;
  font-size: 48px;
  color: yellow;	
  margin: 5px;
}

.largecursiveI {
	font-family: "Great Vibes",serif;
  font-size: 44px;
  color: yellow;	
  margin: 5px;
}

.largecursive2 {
	font-family: "Great Vibes",serif;
  font-size: 30px;  
  margin: 5px;
}

.largecursive2I {
	font-family: "Great Vibes",serif;
  font-size: 27px;  
  margin: 5px;
}

.logofont {
	font-family: "Book Antiqua",sans-serif;
}

h3 {
	text-align: center;
	color: white;
	font-family: verdana,serif;
	font-size: 20; }
	
.colorfont {
	color: yellow;
}

.thinmargin {
	  margin: 0 22% 0 22%;
}
	
.signature {
	text-align: left;
	color: yellow;
	font-family: "Brush Script MT",cursive;
	font-size: 28px;
}

.letter {
	text-align: left;
	color: white;
	}

div {
    border: 10px solid yellow;
    padding: 25px;
    margin: 10% 20% 0 20%;
}

a:link {
	color: green;
  text-decoration: none;
}

a:visited {
	color: red;
  text-decoration: none;
}

a:hover {
	color: white;
  text-decoration: underline;
}