/* ------------- Exercises -------------- */
h1.extitle {
color: #8b0000;
font-weight: bold;
text-align: center; 
font-size: 160%; 
font-variant: normal;
}

h1.coursetitle
{  
color: #191970;
font-weight:bold;
text-align: center;
font-size: 100%;
margin-bottom: 2px;
margin-top: 2px;
font-variant: normal;
}

h2.subdate
{ 
color: #191970;
font-weight: bold;
text-align: center;
margin-bottom: 0.2em;
}
h2.repdate
{ 
color: #191970;
font-weight: bold;
text-align: center;
margin-top:0.2em;
}

h2.sectitle 
{ 
color: #4682B4;
font-weight: bold;
font-size: 120%;
}

h3
{ 
color: black;
font-weight: bold;
font-size: 100%;
position:relative; left:0.5em;
}

blockquote { color:#0000FF;}

p {position:relative; left:1em;}

table {
/* border-width: thin;*/
position: relative;
left: 1em;
/* border-style: groove; */
border-color: black;
}
th,td {
/* border-style: solid;border-width: thin;*/ 
padding:0.3em;
border-color:black;
}

td.rowtitle { text-align:right; font-weight: bold; padding-right: 0.5em;}
.paramname{ 
font-family: monospace, courier; 
font-weight:bold;
color:#0033CC;}

code, span.code { color: blue; font-family: monospace,courier}

h3.version { font-style:italic; text-align:center; color:red; }

h2.goodluck {text-align:center; color:#6495ED;}


pre.script {
                    border:solid black 1px;
                    padding:1em;
                    padding-left:2em;
                    padding-right:2em;
                    display:table-cell;
                    background-color:white;             
}

