/* CSS Document */
<style type="text/css">
p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}
.borders {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFFF00;
	border-right-color: #CC9900;
	border-bottom-color: #996600;
	border-left-color: #CC9900;
	width: 500px;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
}
.image {
	border-top: thin solid #996600;
	border-right: thin solid #CC9900;
	border-bottom: thin solid #FFFF00;
	border-left: thin solid #CC9900;
	height: 5%;
	width: 10%;
}
p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}
</style>
.p {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 15px;
}
