body, table
{
		color : #003366 ;
		background-attachment : fixed ;
		font-family: Verdana, sans-serif;
		font-size: 11pt;
		text-align: left;
		margin: 1ex 1em;
		}

#menulink 
{
		background-color: #FFCC66;
		display: inline; 
		outline: thick solid black;
		padding: 6pt 10pt 6pt 10pt;
		}

body.menu {	background-color: #FFCC66}

small
{
		color : #003366 ;
		background-attachment : fixed ;
		font-family: Verdana, sans-serif;
		font-size: 9pt;
		text-align: left;
		}


a:link    {color : #003366}
a:visited {color : #003366}   
a:hover   {color: red} 

ul {list-style-type: square }

h1
	{
		text-align:center;
		font-size:20pt;
		font-style:normal;
		color:#003366;
		}

h2
	{
		text-align:left;
		font-size:18pt;
		font-style:normal;
/*		font-family: Arial,Helvetica,Univers; */
		font-family: Arial
		color:#003366;
		}
h3     
	{
		text-align:left;
		font-style:normal;
		font-size:14pt;
/*		font-family: Arial,Helvetica,Univers; */
		font-family: Arial
		color:#003366;
		}
		
h4    
	{
		text-align:left;
		font-style:normal;
		font-size:12pt;
/*		font-family: Arial,Helvetica,Univers; */
		font-family: Arial
		color:#003366;
		}
		
h5     
	{
		text-align:left;
		font-style:normal;
		font-size:12pt;
/*		font-family: Arial,Helvetica,Univers; */
		font-family: Arial
		color:#003366;
		}
h6    
	{
		text-align:left;
		font-style:normal;
		font-size:12pt;
/*		font-family: Arial,Helvetica,Univers; */
		font-family: Arial
		color:#003366;
		}

@media print {
  @page         { margin: 10% }
  body          { color: black; background-color: white }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
  blockquote, 
  pre           { page-break-inside: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

p.goto {
	background-color: #ffcc66;
}