body{
    font-family:"Trebuchet MS","Noto Sans",Calibre,Georgia,sans-serif;
    font-size:1.3em;
    background-color:darkmagenta;
    margin-left:20px;
    padding-left:20px;
    width:60%;
}
main{
    width:100%;
    border:double magenta 20px;
}
header{
    width: 98%;
    background-color:lavender;
    padding:1%;
    margin-top:0%;
    text-align:center;
}
article{
    width:98%;
    background-color:lavender;
    padding:1%;
    border-top:thick black solid;
}
h1{
    color:darkorchid;
    text-shadow:2px 2px 2px black;
    font-family:cursive;
}
h2{
    color:whitesmoke;
    background-color:darkorchid;
    text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-family:Calibri, Sans-serif;
    padding:1%;
    font-size:1em;
}
ol,ul{
    line-height:25pt;
}
td{
    font-family:cursive;
    font-size:1.3em;
}
a:link,a:visited{
    color:purple;
    text-decoration:none;
}
a:hover{
    color:magenta
}
/*I wish I could have came up with something myself, but I simply don't
know how to do anything with css. Like, there's a mental block. I could come
up with something unique, but it'd never happen. I feel so bad for not being able
to do something unique. At least the color scheme came out better than expected.
*/
/*http://davidbau.com/colors/*/