/* this document was created with a simple text editor */
/* atomkey CSS file ~ Copyright (C) 2018 Atomkey Sinclair */

/* comments are C style but no single line // */

/* ubuntu mono / pattaya / nothin you could do / Nanum Pen Script */

html  {
        background-color: 325d79;
        color: ffffff;
      }

table {
        background-color: 224155;
      }

img   {
        border-color: 9bd7d1;
      }

.toolbar {
           !width:250px;
           !height:180px;
           background-image: url("images/cog2a.png");
           background-image: url("images/circuit-tb.png");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: left top;
           background-size: 190px 800px;
           !border: 1px solid black;
	   font-family: 'Aldrich';font-size: 22px;
         }

.guide {
           !width:250px;
           !height:180px;
           background-image: url("images/orange_fade2.png");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: right top;
           background-size: 270px 100px;
background-color: "coral";
           !border: 1px solid black;
	   /* font-family: Arsial, Helvetica, sans-serif;*/
	   font-family: 'Aldrich';font-size: 22px;
/*         <link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'>*/

       }

.marqueescroll {
           !width:250px;
           !height:180px;
           !background-image: url("images/wave4b2.gif");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: left top;
           background-size: 90px 65px;
           !border: 1px solid black;
	   !font-family: Arsial, Helvetica, sans-serif;

	   font-family: 'Montserrat Subrayada';font-size: 22px;
/*         <link href='https://fonts.googleapis.com/css?family=Montserrat Subrayada' rel='stylesheet'> */
       }

.simple {
           !width:250px;
           !height:180px;
           background-image: url("images/simple-1b.png");
           !background-image: url("images/spunk3.jpg");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: left top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           background-size: 1004px 704px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	   font-family: Arial, Helvetica, sans-serif;
      }

.circuit {
           !width:250px;
           !height:180px;
           background-image: url("images/circuit-main.png");
           !background-image: url("images/spunk3.jpg");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: left top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           background-size: 1004px 704px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	   font-family: Arial, Helvetica, sans-serif;
      }


.main {
           !width:250px;
           !height:180px;
           background-image: url("images/powerlines4-a4.png");
           !background-image: url("images/circuit-main.png");
           !background-image: url("images/spunk3.jpg");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: right top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           background-size: 1004px 704px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	       /* font-family: Arial, Helvetica, sans-serif; */
	       font-family: 'Aldrich';
           /* font-size: 22px; double space the lettering*/
           /*         <link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'>*/
      }

.gearcnc {
           !width:250px;
           !height:180px;
           background-image: url("images/gearchain-5a.png");
           !background-image: url("images/circuit-main.png");
           !background-image: url("images/spunk3.jpg");
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-position: right top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           background-size: 800px 641px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	   /* font-family: Arial, Helvetica, sans-serif; */
	   font-family: 'Aldrich';font-size: 22px;
/*         <link href='https://fonts.googleapis.com/css?family=Aldrich' rel='stylesheet'>*/
      }

.movie {
           !width:250px;
           !height:180px;
           !background-image: url("images/circuit-main.png");
           background-image: url("images/movieselect.png");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: right top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           background-size: 1004px 704px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	   font-family: Arial, Helvetica, sans-serif;
      }

.code {
           !width:250px;
           !height:180px;
           background-image: url("images/grid2.png");
           !background-image: url("images/spunk3.jpg");
           background-repeat: repeat;
           background-attachment: fixed;
           background-position: left top;
           !background-size: 2676px 1875px;
           !background-size: 1338px 938px;
           !background-size: 1004px 704px;
           !background-size: 669px 469px;
           !border: 1px solid black;
	   font-family: Arial, Helvetica, sans-serif;
      }

.ruled_paper {
               background-image: url("images/ruled_paper2.jpg");
               background-repeat: repeat;
               !background-attachment: fixed;
               !background-position: 90px 23%;
               border: 3px solid black;
               font-family: Arial, Helvetica, sans-serif;
               font-size: 20pt;
             }

a {
    /* background-color: red;*/
  color: white;
  padding: .1em .05em;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

 /* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: orange;
}

/* selected link */
a:active {
  color: blue;
} 

