@charset "utf-8";
/* CSS Document */

body{
	background-color:#0099CC;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#903;
	font-size:36px;
	font-style:oblique;
	border-bottom-style:solid;
	text-align:center;
}
h2{
	text-decoration:underline;
	margin:30px;
}
p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	alignment-adjust:auto;
	margin:30px;
}
img{
	width:40%;
	height:40%;
	margin-left:300px;
}
a{
	text-decoration:none;
}
a:hover{
	color:#99FFFF;
	font-size:large;
	text-decoration:underline;
}