@charset "UTF-8";
/* CSS Document */

@import url("layout.css");
@import url("copy.css");
@import url("links.css");
@import url("nav.css");


/* body styles */


body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3d050b url(../images/backgrounds/body-background.png);
}
