a:link {
	text-decoration: underline;
	color: #FF007F;
	letter-spacing: 4px;
	}
a:visited {
	text-decoration: underline;
	color: #FF007F;
	}
a:active {
	text-decoration: underline;
	color: #FF007F;
	}
a:hover {
	text-decoration: underline;
	color: #FF007F;
	}
body {
	background: #FFCCCC url('catdog.jpg') repeat;
	color: #333;
	font-family: "Comic Sans", "Comic Sans MS", Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	}
h1 {
	position: absolute;
	top: -15px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FF0000;
	}
div#buttons {
	display: inline;
}
div#main{
	background: #5DFC0A;
	height: 275px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 11px 21px 0px 13px;
	width: 300px;
	outline-style: dashed;
	outline-color: #90FEFB;
	outline-width: thick;
	}
div#garble {
	float: right;
	width: 300px;
	}
img {
	display: inline;
	border: none;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
p.email {
	text-decoration: line-through;
	text-indent: 80px;
	}
p.garble {
	color: #FBEC5D;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	}
