a {
	color : #000000;
	font-weight : bold;
	text-decoration : underline;
}

a:visited {
	font-family : Comic Sans MS;
}

a:visited.acontentlink {
	color : #808080;
	font-family : Comic Sans MS;
}

a:visited.alinkondark {
	color : #808080;
	font-size : 10px;
}

a:hover {
	color : #008000;
	text-decoration : underline;
}

a:hover.acontentlink {
	border-bottom : 1px dashed;
	color : #CC0000;
	font-family : Comic Sans MS;
}

a:hover.alinkondark {
	color : #808080;
	font-size : 10px;
}

a:hover.alinkonlight {
	color : #EECCAA;
	font-size : 10px;
}

a:hover.button {
	color : #808080;
	font-size : 10px;
}

a:active {
	color : #808080;
	text-decoration : underline;
}

a:active.acontentlink {
	border-bottom : 1px dashed;
	color : #808080;
	font-family : Comic Sans MS;
}

a:active.alinkondark {
	color : #808080;
	font-size : 10px;
}

a:active.alinkonlight {
	color : #00CC00;
	font-size : 10px;
}

body {
	font-family : Comic Sans MS;
	font-size : normal;
	font-weight : normal;
}

em {
	font-style : normal;
	font-weight : bold;
}

h1 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : x-large;
	margin-bottom : 4px;
}

h2 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : large;
	margin-bottom : 3px;
}

h3 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : medium;
	margin-bottom : 2px;
}

h4 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : small;
	margin-bottom : 1px;
}

h5 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : x-small;
	margin-bottom : 0px;
}

h6 {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : xx-small;
	margin-bottom : 0px;
}
hr {
	color : #006699;
	height : 1px;
}

img {
}

input {
	font-family : Comic Sans MS;
	height : 20px;
	margin-top : 4px;
}

ol {
	font-family : Comic Sans MS;
}

/*Eliminates space above and below paragraph tags, so explicit styles can determine spacing */
p {
	margin : 0px;
	padding : 0px;
}

table {
	border : 0px solid;
	font-size : x-small;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type : square;
}
