@charset "UTF-8";
body {
	background-image: url(index%20background/background.jpg);
	color: #FFF;
}
.content {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
}
.webaddresses {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0;
	text-align: center;
}
/* CSS Document */

.alinks {
	color: #FF0;
	text-decoration: none;
}
.WebsiteLink {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
}
.email {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: normal;
}
.WebsiteName {
	font-size: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img.border {
	padding: 3px;
	border: thin solid #CCC;
}

