body {
    font-family: georgia;
}

.container {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 720px;  
}

/* Text Defaults */

h2 {
    color: #dca6e5;
}

p {
    color: #c4b226;
}

ol {
    color: #dca6c7;
}

ul {
    color: #c4b226;
}

a {
    color: #dca6e5;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid;
}

/* Text Specials */

span.emph {
    color: #9173d9;
}

span.emph2 {
    color: #dca6c7
}



/* Index Page */

img.math {
    margin-right: 6px;
}

.try {
    font-size: 1.5em;
    text-align: center;
}

/* Header */

.header {
    border-bottom: 2px solid #9173d9;
    margin-bottom: 1em;
}

.header a.img img {
    border: none;
}

.header a.img img:hover {
    padding-right: 8px;
    border-right: 3px solid #9173d9;
}

.header a.img:hover {
    border-bottom: none;
}




.links {
    
}

.links a {
    text-decoration: none;
    font-size: 1.5em;
}

.links a:hover {
    border-bottom: 1px solid;
}

.links a.download {
    color: #dca6e5;
}

.links a.resources {
    color: #dca6c7;
}

.links a.customize {
    color: #dce77e;
}

.links a.about {
    color: #f4e226;
}

/* Footer */

.footer {
    border-top: 2px solid #dce77e;
    margin-top: 1em;
    text-align: center;
    color: #dca6e5;
}

.footer a {
    color: #9173d9;
    text-decoration: none;
}

.footer a:hover {
    border-bottom: 1px solid;
}


/* Common Patterns */

.overflow {
    overflow: auto;
}

.right {
    float: right;
}

.left {
    float: left;
}