* {
	margin:0;
	padding:0;
	}

body {
	font-family:Georgia, Times New Roman, Times, Serif;
	font-size:50%;
	background:#5a2049;
	}

#everything {
	font-size:125%;
	color:#fff;
	width:600px;
	margin:60px auto 40px auto;
	}
	
a:link,
a:visited,
a:hover,
a:active {
	color:#fff;
	text-decoration:underline;
	}

#header {
	}

#header #logo {
	margin:0 150px;
	}

#header #logo img {
	border:0;
	}

#header #address {
	margin:40px 0;
	}

#header #address p {
	font-size:1.5em;
	line-height:1.8em;
	margin-bottom:0.2em;
	text-align:center;
	}

#header #address p strong {
	font-size:1.2em;
	}

#english {
	width:180px;
	float:left;
	display:inline;
	margin-left:100px;
	}

#welsh {
	width:240px;
	float:left;
	display:inline;
	margin-left:80px;
	}

ul li {
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom:1em;
	font-style:italic;
	}

#footer {
	font-size:1.5em;
	line-height:1.8em;
	margin-bottom:0.2em;
	text-align:center;
	margin-top:40px;
	}	

.clear {
	clear:both;
	}
	
