
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT Serif"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT Sans"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arvo"/>

.center-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.centered {
    text-align: centered;
}

table.centered {
    margin-left: auto;
    margin-right: auto;
}

tr.centered, td.centered {
    text-align: center;
}


table.header-bar {
    margin-left: auto;
    margin-right: auto;
    background: #009900; /* Irish green */
    background-color: #34495E;
    background-color: DARKKHAKI;
    background-color: #716D40;
    margin:auto;
    border-collapse: collapse; 
}

div.centered, img.centered, iframe.centered {
    display: block;
    margin: auto;
    /*width: 1025px;*/
}

body.single-column-page {
    font: 105%/1.1 "Arvo", Arial, Helvetica, sans-serif;
    font: 105%/1.1 Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: Black;  /* tan outside pages */
}

.box {
    padding: 15px;
    background-color: aliceblue;
    background-color: DARKKHAKI;
    background-color: #716D40;
    box-shadow: 3px 7px 2px darkgrey;
    border: 2px solid grey;
    border-radius: 5px;
}

.task-bar {
    width: 1025px;
    color: White;
    background: #009900; /* Irish green */
    background-color: #34495E  ;
    background-color: DARKKHAKI;
    background-color: #716D40;
    margin: 0 auto; 
    border: 0px solid #000000;
    text-align: center; 
    padding: 0 15px;
}

.main-content {
    width: 1025px;
    color: Black;
    background: White;
    margin: 0 auto; 
    border: 0px solid #000000;
    padding: 10px 15px;
}

a { color: inherit; color: SteelBlue; color: #716D40;
    font: 95%/1.1 "Consolas", "Lucida Console", Monaco, "New Courier", sans-serif;
}

.a-no-decoration {
    font: 95%/1.1 "Consolas", "Lucida Console", Monaco, "New Courier", sans-serif;
    text-decoration: none;
}

a:link,  a:visited  { font: 95%/1.1; color: #716D40; text-decoration: underline; font-weight: bold; }
a:hover, a:active   { color: #586949; color: #716D40; }

a.menu { font: inherit; color:white; font-weight: bold; font-size: 15px }
a.menu:link,  a.menu:visited  { color: white; text-decoration: none; }
a.menu:hover, a.menu:active   { color: #716D40; }

a.old:link, a.old:visited  { color: #716D40; text-decoration: none; }

.inline-code, code, .filename, .comment {
    font: 95%/1.1 "Consolas", "Lucida Console", Monaco, "New Courier", monospace;
    font-size: 95%;
    color: #5F4B8B;
    line-height: 95%;
}

ins, .reading {
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 0ex 0.5ex;
    border: 1px solid #716D40;
}

.coding, pre {
    font: 95%/1.1 "Consolas", "Lucida Console", Monaco, "New Courier", monospace;
    font-size: inherit;
    border: 2px solid #F6DFA6;
    color: #5F4B8B;
    line-height: 95%;
    background-color: #F6DFA6;
    border: 1px solid #F6DFA6;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    line-height: 95%;
    padding: 1ex 1em;
    margin-left: 70px;
    white-space: pre-wrap;       /* CSS 3 */
}

.filled {
    color: #5F4B8B;
    line-height: 95%;
    background-color: #F6DFA6;
    border: 1px solid #F6DFA6;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    line-height: 95%;
    padding: 1ex 1em;
    margin-left: 70px;
    white-space: pre-wrap;       /* CSS 3 */
}
pre.coding {
	display: table;
}

.mini {
    line-height: 25%;
}

.midi {
    line-height: 65%;
}

.comment { font-style: italic; color: lightcoral }

.highlight {
     background-color: yellow;
}

table { border-spacing: 20px; }

p, li { line-height: 125%; }
p     { margin-top: 9px; margin-bottom: 9px; }
li    { margin-top: 6px; margin-bottom: 6px; }

p.code, p.pre { line-height: 70%; margin-top: 0px; margin-bottom: 0px; color: inherit; }

h1, h2, h3, h4 { color: #716D40; }
h1.code, h2.code, h3.cod#e, h4.code { line-height: 90%; margin-top: 0px; margin-bottom: 0px; color: inherit; }

select {
    font-size:          15px;
    color:              #3B003C;
}

.input_button {
    font-size:          15px;
    color:              #3B003C;
}
.submit_button, .upload_button {                                          
    color:              White;
    background-color:   #3B003C;
    border-radius:      5px;                                    
    border-width:       3px;                                    
    border-color:       Maroon ;                                  
    font-size:          13px;                                       
    font-weight:        bold;
    border-style:       ridge;
    height:             35px;                                          
    padding:            4px 16px;                                     
}          

.newspaper {
    column-count: 3;
    column-gap: 40px;
    /* Chrome, Safari, Opera */
    -webkit-column-count: 3; 
    -webkit-column-gap: 40px; 
    /* firefox */
    -moz-column-count: 3; 
    -moz-column-gap: 40px; 
}

.leftdiv { width: 410px; border: 1px solid black; float: left;}
.rightdiv { width: 410px; border: 1px solid black; float: right;}
.clear {clear:both;}

.copy-left { display: inline-block; text-align: right; margin: 0px; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: “FlipH”; }
