﻿a:link
{
	color: rgb(255,0,0);
}
a:visited
{
	color: rgb(204,0,0); 
} 
a:active 
{
	color: rgb(0,102,102);
}
a:hover 
{
	color: rgb(0,0,200);
}
a.credit:link
{
	color: rgb(255,255,255);
}
a.credit:visited
{
	color: rgb(204,204,204); 
} 
a.credit:active 
{
	color: rgb(255,0,0);
}
a.credit:hover 
{
	color: rgb(255,0,0);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font=size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(0,0,255);
}
h2
{
	color: rgb(0,0,0);
	text-decoration: underline;
}
h3
{
	color: rgb(0,0,255);
	font-style: italic;
}
h4
{
	color: rgb(0,0,255);
}
h5
{
	color: rgb(0,0,255);
}
h6
{
	color: rgb(3,53,190);
}
.title
{
	text-decoration: underline;
	font-family: Times New Roman, Times;
	font-size: 14pt;
	font-weight: bold;
}
.you_are_here
{
	font-size: 8pt;
	font: arial, helvetica;
	padding-right: 10;
}
.photo_credit
{
	font-size: 8pt;
	font: arial, helvetica;
	padding-right: 10;
}

.postcard
{
   background-color:#990000; 
   font-size: 12; 
   font-weight: bold;
   color:#FFFFff; 
   font-family: arial, geneva, verdana;
}

input { 
 background-color: #FFFFFF; 

}
