
body {
	margin: 10px;
	font: 12px georgia, times, serif;
	background-color: white;
	color: black;
	}


p, form, table, input, textarea, select {
		margin: 0px 10px 0px 00px;
		color: #333399;
		font: 12px georgia, times, serif;
		}
		
td 		{
		margin: 0px 0px 0px 0px;
		color: black;
		font: 11px georgia, times, serif;
		}	
			
.tile	{
		margin: 0px 10px 0px 0px;
		}

h1 		{
		margin: 15px 10px 0px 10px;
		color: #3333cc;
		font: 16px georgia, times, serif;
		font-weight: bold;
		}
		
h2 		{
		margin: 0px 0px 0px 20px;
		color: black;
		font: 14px georgia, times, serif;
		font-weight: bold;
		}

.blue 	{
		background-color: #3333cc;
		}		
		
.button	{
		color: black; 
		background-color: #DDE1F4; 
		font: 11px geneva, times, serif; 
		padding: 2px;
		font-weight: bold;
		}
		 			
.graphic {
		margin: 5px 0px 0px 10px;
		}

.quote {		
		border: 2px solid #3333cc;
		}
.selected {
		color: #3333cc;
		background-color: #DDE1F4;
		}
		
.title:hover {
	background-color: transparent;
}
		
a:link {
		color: #3333cc;
		text-decoration: underline;
		}

a:visited {
		color: #3333cc;
		text-decoration: underline;
		}

a:hover {
		color: white;
		text-decoration: none;
		background-color: #000099;
		}

a:active{
		color: white;
		background-color: #000099;
		}
		
a.nav:link {
		color: #3333cc;
		text-decoration: underline;
		}

a.nav:visited {
		color: #3333cc;
		text-decoration: underline;
		}

a.nav:hover {
		color: white;
		text-decoration: none;
		background-color: #000099;
		}

a.nav:active{
		color: white;
		}
