body		{
			font-family:	Arial, Verdana;
			}
h1			{
			color:			#281e65;
			margin:			2 0 2 0;
			}
.MenuBar	{
			border: 		0px transparent solid;
			width: 			100%;
			border-spacing:	0;
			border-collapse: collapse; 
			}
.MenuBar td	{
			border: 		0px transparent solid;
			padding:		4 4 4 10;
			background: 	#6699cc;
			text-align:		left;
			}
.MenuBar a	{
			color:			black;
			font-weight:	bold;
			text-decoration:none;
			}
.MenuBar a:hover {
			color:			white;
			font-weight:	bold;
			text-decoration:none;
			}
.Small		{
			font-size:		10px;
			}
a
	{
	color: blue;
	}
a:visited
	{
	color: blue;
	}
a:hover
	{
	color: gray;
	}

.ComicNav
	{
	text-align: center;
	margin: 5px;
	color: gray;
	}

.ComicNav a
	{
	color: blue;
	text-decoration: none;
	}
.ComicNav a:visited
	{
	color: blue;
	text-decoration: none;
	}
.ComicNav a:hover
	{
	color: gray;
	text-decoration: none;
	}
				
/* CMS Stuff */
.CMSEditPage
	{
	position: relative;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px 5px 5px 5px;
	background: white;
	z-index: 20;
	color: #AEAEAE;
	}
.CMSEditPage a:link
	{
	color: blue;
	text-decoration: underline;
	}
.CMSEditPage a:hover
	{
	color: red;
	text-decoration: underline;
	}
.CMSEditPage a:visited
	{
	color: blue;
	text-decoration: underline;
	}