body {
    margin: 0; padding: 0;
    font-family: OCR A Std,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-size:18px;
    color: #00a610;
    background-color: #000000;
}

/* Remove most annoying dotted outlines */
* {
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

svg {
    margin: 0;
    padding: 0;
	border: none;
    overflow: hidden;
	display: block;
}

/* Main page content goes in here */

div#workarea {
    margin: 6px auto;
    padding: 20px 0 0 0;
    width: 700px;
    text-align: center;
    font-family: OCR A Std,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-size:18px;
    color: #00a610;
    background-color: #000000;
}

div#thumbarea,
div#photoarea {
    margin: 6px auto;
    padding: 20px 0 0 0;
    text-align: center;
    font-family: sans-serif;
    font-size:18px;
    color: #cccccc;
    background-color: #000000;
    max-width: 1024px;
}

div#photoarea a,
div#photoarea a:visited,
div#photoarea a:link {
    color: #666666;
    text-decoration: none;
}
div#photoarea a:hover,
div#photoarea a:active {
    color: #aaaaaa;
    text-decoration: underline;
}

div#photoarea img {
	display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #333333;
}

div#photoarea table {
    margin: 0 auto;
    width: 100%;
}
div#photoarea table td {
    text-align: center;
    vertical-align: middle;
}

div#photomenu {
    margin: 30px auto;
    max-width: 1000px;
    border: none;
    text-align: center;
}

div#license {
    margin: 20px auto;
    max-width: 800px;
    border: none;
    text-align: center;
}

/* Photography page menu buttons */

div#photomenu button.pmnu {
    margin: 5px;
    padding: 0;
    width: 240px;
    border: 0;
    height: 50px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    color: #cccccc;
    text-decoration: none;
    background-color: #333333;
}

div#photomenu button.pmnu:hover {
    background-color: #555555;
}

div#thumbarea button.thumb {
    margin: 0 auto;
    padding: 0;
    width: 205px;
    border: 2px solid #000000;
    height: 137px;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    color: #cccccc;
    text-decoration: none;
    background-color: #000000;
}

div#thumbarea button.thumb:hover {
    border: 2px solid #00a610;
    background-color: #00a610;
}


/* style setup */

table#quad button {
    margin: 0;
    padding: 0;
    border: none;
    width: 350px;
    height: 250px;
    font-family: OCR A Std,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-size: 36px;
    text-align: center;
    color: #00a610;
    text-decoration: none;
    background-color: #000000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

table#quad button:hover {
    background: url("/gridback.svg");
}

span.amp {
    font-size: 150%;
    font-weight: bold;
    color: #00a610;
   -webkit-text-fill-color: #000000; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #00a610;
}

div#canvasframe {
    position: absolute;
    top: 150px;
    left: 50%;
    background-color: #dddddd;
    color: #333333;
}

table#quad {
    margin: 30px auto;
    width: 700px;
    height: 500px;
    background-color: #000000;
    border-collapse: collapse;
    border: none;
}

table#quad td {
    width: 350px;
    height: 250px;
    margin: 0;
    padding: 0;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
}

table#quad td#quad1:hover {

}
table#quad td#quad2 {

}
table#quad td#quad3 {

}
table#quad td#quad4 {

}


