/* CSS for my new site */
body
{
		background-color: #CCFFFF; /* the colour cadet-blue */
		margin: 5% 10% 5% 10%;
		text-align: left;
		line-height: 1.2;
		font-family: "Comic Sans MS", Arial, Serif;
		font-size: medium;
		color: #00CCCC; /* the colour medium turquoise */
}

h1
{
		font-size: xx-large;
		font-family: "Lucida Calligraphy", Arial, Serif;
		color: #000099; /* the colour navy */
		line-height: 0.5;
}

h2
{
		color: #0000CC; /* the colour dark blue */
		font-family: "Lucida Calligraphy", Arial, Serif;
		font-size: medium;
		line-height:2.0;
}

h3
{
		color: #0099FF; /* the colour dodger blue */
		font-family: "Lucida Calligraphy", Arial, Serif;
		font-size: small;
}

a
{
		color: black;
}