/*   Cascade Style Sheet for Gargoyle Collection
		Author:  Rodney Dills

		
		Tag Declarations
		================
*/
body {
	background-image: url(back2.jpg);
	color: #0000FF;
}
h1, p, address {
	text-align: center;
}
h1 {
	font-family: 'Old English Text MT';
	color: maroon;
}
td, th {
	border: 2px solid white;
}
th {
	text-align: left;
}
a, a:link, a:visited {
	color: maroon;
}
		
/*
		Label Declarations
		==================
*/
#identity {
	width: 25em;
}		
#phone, #cardNum {
	width: 10em;
}
#expire {
	width: 5em;
}
#mainTable {
	width: 100%;
}
#orderTable {
	width: 75%;
	margin-left: 12.5%;
	margin-right: 12.5%;
}