BODY    {       
		background-color: white ;
                margin-left: 5% ;
                margin-right: 5% ;
		font-family: times-roman ;
        }

H1.personalname
	{
		font-size: 200% ;
		font-weight: bold ;
		text-align: center ;
	}

H2.sectionhead
	{
		background-color: lightgrey ;
	}


TABLE.sectionhead
	{
		font-weight: bold ; 
		font-size: large ;
		border-width: 0 ;
		border-style: solid ;
		border-color: black ;
		background-color: lightgrey ;		
		width: 100% ;
		margin-left: 0% ;
		padding-width: 0pt ;
		spacing-width: 0pt ;
	}

TABLE
	{
		width: 90% ;
		margin-left: 5% ;
	}


TR
	{
		border-width: 0pt ;
		padding-width: 0pt ;
		spacing-width: 0pt ;
	}

TD
	{
		border-width: 0pt ;
		padding-width: 0pt ;
		spacing-width: 0pt ;
	}


TD.site
	{
		font-weight: bold ;		
		text-align: left ;
	}

TD.site DIV.sub
	{
		font-size: 90% ; 
	}

TD.place
	{
		font-size: 90% ; 
		font-weight: bold ;		
		text-align: right ;
	}

TD.place DIV.timeframe
	{
		font-weight: normal ;
		margin-right: -0.5ex ;
		text-align: right ;
		font-style: italic ; 
	}

TD.timeframe
	{
		font-size: 90% ; 
		font-style: italic ;		
		text-align: right ;
	}

TD.details
	{
		font-size: 90% ;
		font-weight: bold ;		
		text-align: left ;
	}

TD.body
	{
		font-size: 90% ; 
	}

P
	{
		font-size: 90% ; 
		margin-left: 5% ;
		margin-right: 5% ;
	}

@media print {
  a { text-decoration: none; color: black; }

  TABLE.sectionhead
	{
		border-width: thin ;
		font-size: 100% ;
	}


}
