
body { 	
text-align: center;
background: url('images/pinktanbackgound.gif'); repeat
	fixed 10% 50px
	position: absolute;
}


a 		{ font-family: Harrington; color: #ff9999 ; text-decoration: none; }
a:link 		{ font-family: Harrington; color: #93640d; }
a:visited 	{ font-family: Harrington;  }
a:hover 	{ font-family: Harrington; background-color: #FFE8E8; }
 
h1		{
	font-size: 40px;
	color: #ffb6c1;
	font-weight: bold;
	text-align: center;
}

p		{
	font-size: 20px;
	color: #ff9999;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px; 
}

h2		{ font-size: 20px; color: #ff9999; font-weight: bold; text-align: center }
h3		{ font-size: 13px; color: #ff9999; font-weight: bold; }
table		{ width: 900px; height: 500px; color: #FFFFFF; background: #FFFFFF; border-collapse: collapse; border: 10px solid #ffb6c1; font-family: Harrington; font-size: 11px; margin: 25px; }
td		{ background-color: #FFFFFF; text-align: center;  padding: 1000 px; font-family: Harrington; font-size: 15px; color: #ffb6c1; }
tr		{ font-family: Harrington; font-size: 11px; color: #FFCCCC; }



	
/*- Navigation Bar--------------------------- */
#mainNav {
	margin: 0px;
}
#mainNav li {
	display: inline;
}


#mainNav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#mainNav a:hover {
	color: #93640d;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}


#nav p {
	color: #93640d;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}


#nav a {
	color: #93640d;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}
/*- End Navigation Bar--------------------------- */







