﻿body
{
margin: 0px;
background-color: black;
color: #CCCCCC;
font-family: helvetica;
}

h1,h2
{
 padding-left: 50px;

}

p
{
color: #CCCCCC;
}

table, th, td 
{
  border: 1px solid white;
  word-wrap: break-word; width: 10px;
}

table
{
  width:100%;
}

.manga-table
{
  padding-bottom: 60px;
}

.manga-image
{
  width: 500px;
}

/* colours for the links on the site:
all of these colours are from adobe colour as part of an analogous set. the last (unused) one is #E0E05A*/
a:link {
  color: #65FC68;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #85E05A;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #CAF76F;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FCEC65;
  background-color: transparent;
  text-decoration: underline;
}
/* colours for the links on the site over*/


#header
{

  width: 100%;
  background-color: grey;
  color: white;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 1px;
  padding-bottom: 20px;
  height: 60px;
}

.footer 
{
  position: relative; /* as opposed to fixed, which is for a bottom thing that follows you as you scroll*/
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: grey;
  color: white;
  text-align: center;
}

.sidebar
{

top: 100px;
	float: left;
	width: 300px;
	padding-left: 30px;

}



.links
{

padding-left: 10px;
padding-top: 10px;
border: 2px;
border-style: dotted;
border-color: grey;


}

.link-category
{
	line-height: 30px;
}

.links-name
{
color: #CCCCCC;
}

.links-entries
{
color: #CCCCCC;
}

.center-text
{
padding-left: 40px;
display: block;
display: inline-block;

}

img
{
border-style: ridge;
	border-width: 10px;
}
