/*.longtext A:link {color:black; text-decoration: none; border-bottom: 1px dotted; }
P.longtext {line-height: 1.5 em; text-indent: 1cm; margin-left: 0.5cm}

p {margin-left: 0.5cm}*/

a {text-decoration: none; color:white;}

.mid {
float: center;
width: 800px;
margin: 0px auto;
}

.comic {
background: white;
frame: 2px black;
}

.blog {
background: #52918C;
text-align: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-right: 15px;
}


/*p {color: blue; font-size: 120%; }
div, h1 {color: #00DDFF; width: 80%;} */

/* Practice shit
a.tooltip {
position:relative;
cursor:help;
}
a.tooltip span {
display: none;
position:absolute;
top:1.5em;
left:0;
width:15em;
padding:0 2px;
}
a.tooltip:hover {
display:inline;
}
a.tooltip:hover span {
display:block;
border:1px solid gray;
background-color:white;
}*/
