/*a style sheet for the main dragon page*/

body {
	background-image: url(dragon.png);
	color: #FFF;
}

h1 {
	color: #FFF;
	font-family: sans-serif;
	text-align: center;
	width: 90%;
}

p {
	text-align: justify;
}

a {
	color: #A0A;
	font-size: 105%;
	text-decoration: none;
}

div.side {
	float: left;
	width: 18%;
	line-height: 150%;
}

div.bod {
	margin-left: 20%;
	width: 60%;
}