/* CSS for my iMac website site */
body
{
		background-image: url('Images/blue_background.jpg');
		margin: 5% 10% 5% 10%;
		text-align: left;
		line-height: 1.2;
		font-family: "Georgia", Arial, Serif;
		font-size: large;
		color: #3300CC;
}

h1
{
		font-size: xx-large;
		font-family: "Snap ITC", Arial, Serif;
		color: #0000CC;
		line-height: 0.5;
}

a
{
		color: black;
}
