/* CSS Document -- For The Doggy Bag -- */

body {
	background-color: #ffcccc}
	
#maincontent	{ 
	margin-right: 3%; margin-left: 3%; padding: 5px; background: #ccccc}

#header {
	background: none; font-size: 40pt; font-family: Tabitha; font-weight: bold; color:#000066}

h1	{
	background: none; text-align: center; font-size: 20pt; color: #000066; font-weight: bold; font-variant: normal; font-family: serif}
	
h2	{background: none; text-align: center; font-size: 16pt; color: #000066; font-weight: bold;font-variant:normal; font-family: serif;}

p.content1  {
	font-size: 14pt; font-family: Arial Rounded MT Bold; 
	text-align: left;
	color:black; font-weight:bold}
	
p.content2  {
	font-size: 12pt; font-family: arial rounded MT bold; color: navy;}
	

ul#nav	{
	list-style-type: none; margin:0px; padding: 5px; text-align: center;} 
		
ul#nav li	{
	display: inline; }

ul#nav li a	{
	padding: 5px 20px;
	margin: 0px 2px;
	background-color: none;
	text-align: center;
	 }
	
	
#footer {
	clear: both;
	background: transparent;
	text-align: center;
	font-size: 8pt; font-family: Times New Roman }
	
/* links */

a:visited	{ color: navy; font-weight: bold; font-size: 14pt; font-family: Tabitha; text-decoration: none }

a:active {font-size:14pt; color: navy; font-weight: bold; font-family: Tabitha; text-decoration: none}

a:hover {color: blue; font-size: 14pt; font-weight: bold; font-family: Tabitha; text-decoration: none} 

a:link { color: navy; font-weight: bold; font-size: 14pt; font-family: Tabitha; text-decoration: none }