@charset "UTF-8";

body {
    font-size: 1em;
}

/* used to toggle presence of elements */
.hide {
    display:none;
}

/* When something needs to be arranged horizontally */

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.link {
	color: blue;
	text-decoration: underline;
}

.link:active {
    color: red;
}

.link:hover {
	cursor: pointer;
}

.nice_spacing {
	display: block;    /* ensures that it is left justified */
    margin-top: 1em;
}

.comic_header {
    margin-top: 1em;
    padding-bottom: 2px;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}
