/* Comic Genesis - Default Style Sheet */

/* Quick hack to make sure the webpage always takes up the whole page even if the
   content does not. */

html, body {
	height: 100%;
}

/* Body ruleset */

body {
	font-family: arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
 	margin: 0px;
}

/* Plain text rulesets */

p {
	font-family: arial, sans-serif;
	font-size: 95%;
	color: #FFFFFF;
}

td.text {
	font-family: arial, sans-serif;
	font-size: 83%;
	color: #FFFFFF;
	white-space: nowrap;
}

/* List rulesets */

ul, ol {
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
}

li {
   	margin-bottom:0.5em;
}

ul.genres {
	font-family: arial, sans-serif;
	font-size: 83%;
	color: #FFFFFF;
	white-space: nowrap;
	margin-top:0px;
	margin-bottom:0px;
}

/* Heading rulesets */

h1 {
	font-family:  arial, sans-serif;
	font-size: 110%;
    	font-stretch: expanded;
	font-weight: normal;
	color: #FFFFFF;
	white-space: nowrap;
	border-bottom: 1px solid white;
}

h2 {
	font-family:  arial, sans-serif;
	font-size: 110%;
    	font-stretch: expanded;
	font-weight: normal;
	color: #FFFFFF;
	white-space: nowrap;
}

/* Default link ruleset */

a:link {    
	font-family: arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-family: arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	font-family: arial, sans-serif;		
	color: #FFFFA1;
	text-decoration: underline;
}  

a:active {
	font-family: arial, sans-serif;
	color: #FFFFA1;
	text-decoration: underline;
}

/* Image ruleset */

img {
  	border: 0px;
}
