
@meta {
  Title: SimonFotoStyle;
}

H1 {
  font-weight: bold;
  text-align: center;
  font-size: 18pt;
  line-height: 18pt;
  text-decoration: none;
  font-family: "Gill Sans";
  color: red;
  background-attachment: fixed;
}

table        { color: #FF0000; font-weight: bold }

H2 {
  font-weight: bold;
  text-align: left;
  font-size: 16pt;
  line-height: 18pt;
  text-decoration: none;
  font-family: "Gill Sans";
  color: red;
  background-attachment: fixed;
}

H3 {
  font-style: normal;
  font-weight: bold;
  font-size: 14pt;
  line-height: 16pt;
  font-family: "Gill Sans";
  color: red;
  left: auto;
  background-attachment: scroll;
}

body {
  font-size: 16pt;
  line-height: 16.5pt;
  font-family: "Times New Roman";
  color: red;
  background-attachment: fixed;
}


A {
  background-attachment: scroll;
}
.menu  			{position: absolute;
				 font-family: MS Sans Serif;
				 font-size: 10pt;
				 color: Red;
				 border: 0px;
				 cursor: default;
				 visibility: visible;
				 line-height: 100%;}

.visibleMenu	{position: absolute;
				 font-family: MS Sans Serif;
				 font-size: 10pt;
				 color: Red;
				 border: 0px;
				 cursor: default;
				 visibility: visible;
				 line-height: 100%;}
				 
.menuItem		{color: Red;
				 padding-left:0px;
				 padding-right: 5px;
				 text-decoration: none;}

.menuItemOver	{color: highlighttext;
				 background-color: Red;
				 padding-left: 0px;
 				 padding-right: 5px;
 				 text-decoration: none;}
				 
.menuItemOver A	{color: highlighttext;
				 background-color: Red;
				 padding-left: 0px;
 				 padding-right: 5px;
 				 text-decoration: none;
				 cursor: default;}
				 
.menuItem A		{color: Red;
				 padding-left: 0px;
				 padding-right: 5px;
				 text-decoration: none;
				 cursor: default;}
				 
.more			{font-family: WebDings;
				 text-align: right;
				 position: absolute;
				font-size : 14pt;
				font-weight : bold;
				color : Red;
				background-color : White;
				vertical-align : top;
				height : 31px;
}