@keyframes pop
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
a.style1
{
   color: #00008B;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #00008B;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #FF0000;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
}
a.style2
{
   color: #00008B;
   background: #FFFFFF;
   text-decoration: none;
}
a.style2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style2:hover
{
   color: #B22222;
   background: #FFFFFF;
   text-decoration: none;
}
a.style3
{
   color: #FFFFFF;
   background: #808080;
   text-decoration: none;
}
a.style3:visited
{
   color: #FFFFFF;
   background: #808080;
   text-decoration: none;
}
a.style3:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style3:hover
{
   color: #000000;
   background: #D3D3D3;
   text-decoration: none;
}
a.style4
{
   color: #FFFFFF;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style4:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style4:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style4:hover
{
   color: #000000;
   background: #D3D3D3;
   font-weight: bold;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.rollover_button_blue
{
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #0000FF;
   --background-color: rgba(0,0,255,1.00);
   background-image: linear-gradient(to top, #0000FF 0%, #00BFFF 100%);
   border: 2px solid #0000FF;
   --border-color: #0000FF;
   border-radius: 30px;
}
.rollover_button_blue:hover, .rollover_button_blue.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   text-align: center;
   text-decoration: none;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #00BFFF;
   --background-color: rgba(0,191,255,1.00);
   background-image: linear-gradient(to top, #00BFFF 0%, #0000FF 100%);
   border: 2px solid #0000FF;
   --border-color: #0000FF;
   border-radius: 30px;
}
.rollover_button_yellow
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #0000FF;
   --color: #0000FF;
   background-color: #FF6347;
   --background-color: rgba(255,99,71,1.00);
   background-image: linear-gradient(to top, #FF6347 0%, #FFFF00 100%);
   border: 2px solid #FF0000;
   --border-color: #FF0000;
   border-radius: 30px;
}
.rollover_button_yellow:hover, .rollover_button_yellow.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #A52A2A;
   --color: #A52A2A;
   background-color: #FFFF00;
   --background-color: rgba(255,255,0,1.00);
   background-image: linear-gradient(to top, #FFFF00 0%, #FF6347 100%);
   border: 2px solid #FF0000;
   --border-color: #FF0000;
   border-radius: 30px;
}
.print_button:hover, .print_button.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #800000;
   --background-color: rgba(128,0,0,1.00);
   background-image: linear-gradient(to bottom, #800000 0%, #CD5C5C 100%);
   border: 2px solid #A9A9A9;
   --border-color: #A9A9A9;
   border-radius: 30px;
}
.rollover_small_button
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #0000FF;
   --background-color: rgba(0,0,255,1.00);
   background-image: linear-gradient(to top, #0000FF 0%, #87CEEB 100%);
   border: 0 solid #000000;
   --border-color: #000000;
   border-radius: 30px;
}
.rollover_small_button:hover, .rollover_small_button.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #800000;
   --background-color: rgba(128,0,0,1.00);
   background-image: linear-gradient(to top, #800000 0%, #CD5C5C 100%);
   border: 0 solid #000000;
   --border-color: #000000;
   border-radius: 30px;
}
.rollover_button_white
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #0000FF;
   --color: #0000FF;
   background-color: transparent;
   border: 0 solid #000000;
   --border-color: #000000;
   border-radius: 30px;
}
.rollover_button_white:hover, .rollover_button_white.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   text-decoration: none;
   color: #A52A2A;
   --color: #A52A2A;
   background-color: transparent;
   border: 0 solid #000000;
   --border-color: #000000;
   border-radius: 30px;
}
.rollover_button_blue_13
{
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #0000FF;
   --background-color: rgba(0,0,255,1.00);
   background-image: linear-gradient(to top, #0000FF 0%, #00BFFF 100%);
   border: 2px solid #0000FF;
   --border-color: #0000FF;
   border-radius: 30px;
}
.rollover_button_blue 13:hover, .rollover_button_blue 13.active
{
   font-family: Arial;
   font-weight: bold;
   font-size: 17px;
   text-align: center;
   text-decoration: none;
   color: #FFFF00;
   --color: #FFFF00;
   background-color: #00BFFF;
   --background-color: rgba(0,191,255,1.00);
   background-image: linear-gradient(to top, #00BFFF 0%, #0000FF 100%);
   border: 2px solid #0000FF;
   --border-color: #0000FF;
   border-radius: 30px;
}
.כותרת הפרשות
{
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.חגים
{
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #FF0000;
   --background-color: rgba(255,0,0,1.00);
}
