a:link 
	
	{
	color: darkslategray; /*unvisited link*/
	text-decoration: none;
    }

a:visited 
	{
	color: gray; /*visited link*/
	text-decoration: none;
    }


a:hover 
	
	{
	color: steelblue; /*hover link*/
	text-decoration: underline;
    }


.content
	
	{
	background: white;
	text-align: left;
	top: 28%;
	left: 28%;
	right: 28%;
	position: absolute;
	font-family: trebuchet, verdana, tahoma;
	font-size: 15px;
	}


.menu
	
	{
	font-family: palatino, georgia;
	font-size: 16;
	text-align: center;
	top: 18%;
	padding: 2%;
	left: 30%;
	right: 30%;
	position: absolute;
	}

.footer
	
	{
	font-size: 7;
	text-align: center;
	position: absolute; bottom: -100px;
	left: 30%;
	right: 30%;
	}

.allcontent
	{
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.images
	{
	margin-top: 5%;
	margin-left: auto;	
	margin-right: auto;
	text-align: center;
	}

.gallery

	{
    width: 650px;
	cursor: default;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	}

.gallery img
	{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
	}

.gallery li

	{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;	
	margin: 3px;
	padding: 5px;
	position: relative;
	}

.comics
	{
	background: white;
	text-align: center;
	top: 10px;
	margin-left: 23%;
	margin-right: 23%;
	position: relative;
	display: block;
	padding: 1%;
	font-family: trebuchet, verdana, tahoma;
	font-size: 15px;
	text-align: center;
	}
	