@namespace url('http://www.w3.org/1999/xhtml');
@namespace m url('http://www.w3.org/1998/Math/MathML');

body, m|mtext {
    font-family: Latin Modern;
}
m|math {
    font-family: Latin Modern Math;
}

h1 {
    color: black;
    font-family:Georgia,Times,serif;
}
h2 {
    color: black;
    font-family:Georgia,Times,serif;
}
a {
    //      color: #003a63;
    //    color: #6495ed;
    color: #007000;
    font-family:Georgia,Times,serif;
    text-decoration: none;
    font-size: 18px;
}
p {
    color: black;
    font-family:Georgia,Times,serif;
}
div.bob
{
    //  width:80%;
    padding:10px;
    margin-left:30px;
    margin-right:50px;
    text-align:justify;
    font-family:"Times New Roman", Times, serif;
}
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
//      h1 {background-color:#6495ed;}
//      h2.int {background-color:#6495cd;}
//      h2 {background-color:#6495ad;}
cl {
    background: Teal;
    color: black;
    font-weight: bold;
    word-spacing: 10px;
    margin-top: 100px;
    //    width: 481px;
    //    width: 181px;
    //    height: 393px;
    //    margin-top: -8px;
    font-family: "Times New Roman", Times, serif, bold;
}
.content h1
{
    color: black;
    text-align: center;
}
.content h2
{
    color: black;
}
.hcontent h2
{
    color: black;
}
.hcontent a
{
    color: #007000;
//    color: black;
}
.pure-menu-link-lc 
{
/*
    font-size: 18px;
    margin: 2px 0;
*/
    /*    line-height:5px*/
}
.pure-menu
{
    color: 007000;
}
div.hcontent {
    top: 30px;
    margin: 40px;
    padding: 20px;
    background-color: #f4ffe0;
//    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url('code-snipped-small.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
matlab
{
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
    font-weight: bold;
    color:blue;
}
red
{
    color:red;
}
blue
{
    color:blue;
}
green
{
    color:green;
}

