/* CSS Document */

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* unvisited link */
a:link {
	font-family: Arial;
	color: #FFFFDD;
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a:visited {
	font-family: Arial;
	color: FFFFDD;
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	font-family: Arial;
	color: yellow;
	font-size: 29px;
	font-weight: bold;
	text-decoration: underline;
}

/* selected link */
a:active {
	font-family: Arial;
	color: cyan;
	font-size: 29px;
	font-weight: bold;
	text-decoration: underline;
}

IMG.HoverBorder {border:2px solid Transparent;}
IMG.HoverBorder:hover {border:2px solid yellow;}


#div1 {
margin-left: 10; margin-right: 10; margin-top: 5; margin-bottom: 0;
}

#div2 {
margin-left: 20; margin-right: 20; margin-top: 15; margin-bottom: 0;
}

#div2_Tutoring {
margin-left: 40; margin-right: 20; margin-top: 0; margin-bottom: 0;
}

#div3 {
margin-left: 30; margin-right: 30; margin-top: 10; margin-bottom: 0; font-size: 15px; color:#004499;
}

#div4 {
margin-left: 5; margin-right: 30; margin-top: 0; margin-bottom: 0;
}

#div3_TEMP_Covid19 {
   margin-left: 20;
   margin-right: 30;
   margin-top: 10;
   margin-bottom: 0;
   font-size: 25px;
   font-family: Verdana;
   color: red;
   font-weight: bold;
}

#div3_TEMP_Covid19_Rev1 {
   margin-left: 20;
   margin-right: 30;
   margin-top: 10;
   margin-bottom: 0;
   font-size: 25px;
   font-family: Verdana;
   color: blue;
   font-weight: bold;
}

#div4 {
margin-left: 21; margin-right: 20; margin-top: 0; margin-bottom: 0; font-size: 14px; color:black;
}

#div5_pics {
box-shadow: 4px 4px 9px #888888; padding-left: 3
}

#div6_table_main {
width:975px; height:45%; border: 2px solid #000066; border-radius:35px;-moz-border-radius:35px;-webkit-border-radius:35px;  padding: 10px; box-shadow: 5px 5px 10px #888888; margin-top:10; margin-bottom:15; font-family: Verdana, Calibri, Arial; font-size: 31px;"
}

#div7_footer {
height:120;
}

#div8_ColorGradient_table_Databases {
   background: #CCCCCC; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#BBBBBB, white, #BBBBBB); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#BBBBBB, white, #BBBBBB); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#BBBBBB, white, #BBBBBB); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#BBBBBB, white, #BBBBBB); /* Standard syntax (must be last) */
}

#div9_header1 {
padding-top:10; padding-left:55;  padding-right:30; padding-top:25; padding-bottom:15;
}

#div10_ColorGradient_table_Graphics {
   border: 1px solid #000000; border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; padding: 0px;
   background: /* On "top" */
   repeating-linear-gradient(45deg, transparent, transparent 10px, #CCC 10px, #CCC 20px),
     /* on "bottom" */
   linear-gradient(to bottom, #EEE, #999);
}

#div11_Borders_images_Graphics {
   border-width:2px;  
   border-style:outset;
   border-color:#CCCCCC;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#div12_TabSelected_Font {
	font-family: Arial;
	color: #FFFFDD;
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
}

#div13_ColorGradient_Additional {
   background: #CCCCCC; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(gray 40%, #000000); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(gray 40%, #000000); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(gray 40%, #000000); /* For Firefox 3.6 to 15 */
   background: linear-gradient(gray 40%, #000000); /* Standard syntax (must be last) */
}

#div14_Arrow {
   width: 73;
   height: 85;
}

#div14_ArrowDouble {
   width: 86;
   height: 85;
}

.Copyright_footer_ln1::before {
   font-weight: bold;
   font-family: arial;
   font-size: 18px;
   color: #DDD;
   letter-spacing: 0px;
   content: "(C) 2001-2026 Alexander Friedman";
}

.Copyright_footer_ln2::before {
   font-weight: normal;
   font-family: arial;
   font-size: 16px;
   color: #DDD;
   letter-spacing: -1px;
   content: "All rights reserved. All content is protected by Law.";
}
