@import url("common_styles.css");

body			{
			background: #ffffcc;
			}
	
h1,h2,h3,h4,h5	{
			color: #66ffff;
			background: #999933;
			}
	
p.caption	{
			color: #660066;
			}
	
p.item	 	{
			color: #cc00ff;
			}
	
p.intlink 	{
			background: #99ff66;
	
			}
				
p.date		{
			color: #660033;
			background-color: #999933;
			}
	
caption 		{
			color: #663300;
			background-color: #999933;
			}
	
	
th 			{
			color: #66ffff;
			background-color: #999933;
			}
		
td.spec	 	{
			background-color: #ccff66 !important;
			}

td.winter	{
			border-right: 4px solid #0000cc;
			}

td.northnest	{
			border-right: 4px solid #006600;
			}

table.highlightTable tr.highlightOffOdd td 		{
			background: #cccc99;
			}

table.highlightTable tr.highlightOffEven 	td	{
			background: #99cccc;
			}

table.highlightTable tr.highlightOn td		{
			background: #ffff66;
			border-right: solid 1px #999999;
			border-bottom: solid 1px #666666;
			}
				
blockquote	{
			background-color: #ccffcc;
			}
				
span.date	{
			color: #660033;
			background-color: cccc33;
			}
	
ul, ol		{
			background-color: #ccffcc;
			border: dotted 1px #996633;
			}
			
a:hover 		{
			color:#003300; 
			background: #ffffcc;
			}