﻿@import url("Layout.css");

/* Site typography */
#header {
	text-align: center;
	background-repeat: no-repeat;
	background-image:url('../images/title1.jpg');
}

body {
	background-repeat: no-repeat;
	background-color:black;
}
	
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}