/* CSS for my new site */
body
{
		background-color: #FFFFCC; /* the colour light yellow*/
		margin: 15% 10% 15% 10%;
		text-align: center;
		font-size: large;
		font-family: "Cooper Black", Arial, Serif;
		color: grey;
}

a
{
		color: red;
}