@charset "UTF-8";
/* CSS Document */
body {
	color: #0000FF;
	background-color: green;
}
p, h1, h2, h3 {
	font-family: "Century Gothic", Verdana;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	marginp: 10px 0;	
}
.image {
	border: 10px solid #CC0000;
}

h1 {
	text-decoration: blink;
}
a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
}
.uline {
	text-decoration: underline;
}
