/* universal.css file for craigcory.net */
body {
        font-family: Garamond, Georgia, serif; 
		font-size: 15px;
		color: #ffffff;
        background-color: #000000;
    }

.banner p {
	font-family: Forum;
	font-size: 5rem;
	margin: 20;
	text-align: center;
}

.banner a {
	font-size: 5rem;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
	
.footer {				/* use with a <div class=footer> */
	position: fixed;	/* Fixes the position relative to the browser window */
	left: 0;			/* Aligns to the left edge */
	bottom: 0;			/* Aligns to the bottom edge */
	width: 100%;		/* Spans the full width of the page */
	background-color: #000000;	/*white: example background color */
	color: #ffffff;		/* gold: eample text color */
	font-size: 20px;
	text-align: center;	/* Centers the text */
	padding: 10px 0;	/* Adds some vertical padding */
	}
	
footer {				/* Basic styling for the footer */
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	}

hr {
		color: #ffffff;
		width: 80%;
		margin: none;
}