/* CSS Document */
/* Page Layout */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Times New Roman, Times, serif;
	}

/* Tables and Cells */

table.border {
	background-color: #000000;
	}
td.header {
	background-image: url(images/test-header-background.gif);
	}
td.footer {
	background-image: url(images/test-footer-background.gif);
	}

/* Business Card Website */

td.local1	{
	background-image: url(http://www.HigherLearningStudios.com/GroundZero/business_card/images/background.jpg);
	}
td.local2	{
	background-image: url(http://www.HigherLearningStudios.com/GroundZero/business_card/images/back_button.gif);
	}
	
/* About Page */
A:link		{color: #3366FF; font-weight: bold; text-decoration: none;}
A:visited	{color: #3366FF; font-weight: bold; text-decoration: none;}
A:active	{color: #3366FF; font-weight: bold; text-decoration: none;}
A:hover 	{color: #0000FF; font-weight: bold; text-decoration: none; background-color: #FFCC33;}

table.alt-back	{
	background-image:url(images/alt_background.gif);
}
hr {
	width: 400px;
	height: 6px;
	color: #FFCC00;
	background-color: #FFCC33;
	border-bottom: 2px inset #CCCCCC;
	border-top: 2px inset #CCCCCC;
}
p.bodytext	{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #FFCC33;
	margin: 7px 50px 13px 50px;
}
p.navline	{
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.5px;
	border-top: 1px solid #FFCC33;
	border-bottom: 3px double #FFCC33;
	color: #FFCC33;
	background-color: #1C1C1C;
	margin: 10px 25px 0px 25px;
}
h3 {
	color: #FFCC33;
	margin-left: 25px;
}
	

