/* This is our external style sheet */
body {
	background: #eed;
	background-image: url(shadow.png);
	background-position: top left;
	background-repeat: repeat-x;
	
}
	

h1 {font-size: 36px;}

p {font-size: 14px}

p.left {text-align: left}
p.right {text-align: right}

a {text-decoration: none;}

a:link {color: #0f0;}
a:visited {color: #333;}
a:active {color: #f00; font-weight: bold;}


a:hover {background: #ddd;}

.image {
	background: url(image.gif);
	width: 320px;
	height: 235px;
	position: relative;
	left: 50;	
}

img {
	padding: 10px;
	border: red dotted 1px;
	margin: 5px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}
