	A {color:blue;}
	A:hover {text-decoration:none;}
	a:visited {color:blue;}

/*index css*/
	body {
		font-size:100%;
		text-align:center;
		font-family: "Times New Roman",
			Times, serif;
		color: black;
				}

	bodyl {
		font-size:100%;
		text-align:left;
		font-family: "Times New Roman",
			Times, serif;
		color: black;
		}

	header { 
	  margin-top: 1em;
	  padding-top: 1em;
		}

	Timestamp {
		color: black;
		}
	/*basic text*/
	Text1	{
		Color:black;
		}	
	/*normal size light blue text*/
	text2 	{
		color: 	#008080;
		}
	/*larger size dark blue text*/
	text3 	{
		font-size:2em;
		color: 	#000080;
		}
	/*medium size light green text*/
	text4	{
		font-size:1.5em;
		color:	#008000;
		}
	/*large size light blue text*/
	text5	{
		font-size:2em;
		color:	#008080;
		}
	/*medium size dark blue text*/	
	text6 	{
		font-size:1.5em;
		color: 	#000080;
		}
	/*medium size rust red text*/	
	birds {
		font-size:1.5em;
		color:	#800000;
		}
/*index end*/

/*cover css*/
#cover
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#cover td, #cover th 
{
font-size:1em;
border:1px solid #306EFF;
padding:10px 7px 10px 7px;
}
#cover th 
{
font-size:1.1em;
text-align:Center;
padding-top:5px;
padding-bottom:4px;
background-color:#616D7E;
color:#000080;
}
#cover tr.alt td
{
color:#000000;
background-color:#98AFC7;
}
/*cover end*/

/*recipe archive*/
#recipe
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin-left:auto;
margin-right:auto;
width:80%;
border-collapse:collapse;
}
#recipe td, #recipe th 
{
font-size:1em;
border:1px none;
padding:3px 7px 2px 7px;
}
#recipe th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
}
/*recipe end*/

/*map*/
	map1
	{
	position:absolute;
	left:50px;
	top:285px;
	}

	map2
	{
	position:absolute;
	left:350px;
	top:270px;
	}
	
	maptext1
	{
	position:absolute;
	left:5px;
	top:420px;
	}
