/*
 * $Date: 2008-11-10 17:39:02 $
 * $Revision: 1.17 $
 * Produced by Student Unions & Activities
 * http://www.sua.umn.edu/
 *
**/

/******************************************************************************
**  Set styles here you would like consistent even outside of the standard   **
**  template, meant to be applied to all pages for ALL MEDIA TYPES.          **
******************************************************************************/

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 70%;
    margin: 0;
    padding: 0;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #184270;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
	color: #184270;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

h1 { text-transform: uppercase; font-size: 2.3em; }
h2 { font-size: 1.9em; }
h3 { text-transform: uppercase; font-size: 1.3em; }
h4, h5, h6 { font-size: 1.1em; }

a:link { color: #900 }
a:visited { color: #633 }
a:hover { color: #600 }
a:active { color: black }
a img, a:link img { border: 0 solid #900; }
a:visited img { border: 0 solid #633; }
a:hover img { border: 0 solid #600; }
a:active img { border: 0 solid #cfcfcf; }
a img.border, a:link img.border, a:visited img.border, a:hover img.border { border-width: 1px; }
img.border {
	border:1px solid #999;
	padding:3px;
}
p, ul, ol, dl, table {
	margin: 0 0 1em 0;
}

/* This is so IE/Windows shows the bullets on ULs */
ul, ol {
	margin: 0 0 1em 2em;
	padding: 0;
}

address {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

dt { font-weight: bold; margin-top: 1em; }
dd { margin: 0 0 0 2em; }

fieldset { border: 1px solid #666; }

/* Text size */
.big { font-size: 150%; }
.bigger { font-size: 200%; }


/* <span class="strikeout"><span>this text is black with a red line through it</span></span> */
del, span.strikeout {
    text-decoration: line-through;
    color: red;
}

del span, span.strikeout span {
    color: black;
}

/* http://paularmstrongdesigns.com/weblog/stop-superscripts-from-breaking-line-heights-once-and-for-all */
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

