 html { background-color: }
body { width:100%;
       height: 100%;
       background-color: #a9a9a9;
	/*   border: orange solid 2px;  */

	   margin: 10px auto 10px auto;
	   font-family: arial, sans-serif;
	   font-weight: lighter;
	   color: white;
	   font-size: 14px;
	   }

h1  { width: 475px;
       /* height: 70px;  */
			text-align: center;
		color: ;
    border: ;
		font-family: arial, sans-serif;
		font-weight: lighter;
		font-size: 1.8em;
		margin: 50px auto 10px auto;
		letter-spacing: 3px;}

h2  {width: 475px;
       /* height: 70px;  */
		padding: 10px;
		text-align: center;
	    color: ;
		font-family: arial, sans-serif;
		font-size: 1.4em;
		font-weight:lighter;
		margin:20px auto 5px auto;
		letter-spacing: 2px;}

h3 { color: ;
     font-size: 1.2em; }

     nav     { width: 600px;
              border-bottom: solid 2px teal;
             text-align: center;
           margin: 30px auto;
           padding: 5px;
           font-size: 1.1em;
         }

     ul  {list-style-type: none;
             padding: 0px;
             margin: 0px;
           overflow: hidden;
           color: ;
         background-color: }

     li {display: inline;}


     li a, .dropbtn {display: inline-block;
         color: white ;
          text-align: left;
          padding: 14px 16px;
          text-decoration: none;
     }
     li a:hover, .dropdown:hover .dropbtn {background-color: teal;}

     li.dropdown {display: inline-block;}

     .dropdown-content{ display: none;
               position: absolute;
                background-color: #f9f9f9;
                min-width: 160px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                Z-index: 1; }

                .dropdown-content a
                         {color: teal;
                         padding: 12px 16px;
                       text-decoration: none;
                     display: block;
                   text-align: left;}
               .dropdown-content a:hover {background-color: #f1f1f1;}
               .dropdown:hover .dropdown-content {display:block;}


               .text {width:400px;
                      padding: 10px;
                  margin: 10px auto 50px auto;
                  text-align: center;
                  color: white;
                  font-size: 1.0em;
                  font-weight:lighter;
                  letter-spacing: 0px;}


table     {width: 500px;
			 color:white;
			 padding: 10px;
			 margin: 50px;}

.outerbox { width: 925px;
           height:9800px;
		   margin: 10px auto 10px auto;}

.bluebox {width: 100%;
         height: 100%;
		 margin: 10px auto 10px auto;}

.outerbox_home { width: 925px;
            height:650px;
        border: ;
			 margin: 10px auto 10px auto;}
.outerbox_draw { width: 925px;
            height:6700px;
      /*  border: blue 2px solid;  */
			 margin: 10px auto 10px auto;}
.outerbox_short { width: 925px;
                /*  height: 9500px;
				  border: solid 2px blue; */
                 margin: 20px auto 20px auto; }

.outerbox_about { width: 75%;
                  height: 100%;
				/*  border: solid 2px blue;  */
                 margin: 20px auto 20px auto; }
.container       {width: 100%;
                  height: 100%;
          /*   border: solid yellow 2px;  */
			 margin: 15px auto 30px auto;}
.container_home {width: 780px;
                margin: 10px auto 10px auto; }


.container_about {width: 80%;
                  height: 100%;
		/*	 border: solid yellow 2px;  */
                  margin: 15px auto 30px auto;}



 .line  { width:410px;
         height: 2px;
		 border-bottom: teal solid 2px;
		margin: 0px auto 30px auto;}

.label { padding: 10px;
           margin: 5px 5px 10px 5px;
		   color: white;
		   text-align: center;
		   font-size: 1.2em;}


  .image_home {padding: 20px 10px 10px 20px;}



.image_artist {padding:10px;
               border: ;
			   margin: 15px;
                float: right;}


.image_paint {display:block;

	            border: ;
                   padding: 10px;
				   margin: 60px auto 10px auto;}

.gotop  {width: 150px;
          height: 20px;
          text-align: center;
		  background-color: rgba(0,128,128,0.6);
		  color: white;
		  padding:10px;
		  border-radius: 5px;
		  margin: 70px auto 30px auto;
		  font-size: 1.1em;
    text-decoration: none;}
 /*.gotopabout  {width: 250px;
              height: 30px;
              text-align: center;
    		  background-color: ;
    		  color: white;
    		  padding:10px;
    		  border-radius: 5px;
    		  margin: 70px auto 30px auto;
    		  font-size: 25px;
        text-decoration: none;}
.private { clear: right;
           margin: 30px;}  */
.public { color: white;
           margin: 30px;
           clear:}
  li a {text-decoration: none;}
li a:hover {color: ;}

h4       {width: 400px;
          background-color:silver;
		   text-align:  center;
		  padding:10px;
           margin: 50px auto 10px auto;
           font-size: 1.1em;
          font-weight: lighter;
letter-spacing: 1px;  }
 .email { color: ;
     font-size: 1.1em}
  a:link {text-decoration: none;}
/*   a:link{color: ;}
a:visited{color: ;}
a:hover {color: ;}
a:active {color: ;} */
