/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com songs.nu
	  
*/

*{
padding: 0;
margin: 0;
}

body {
max-width: 100% !important;
overflow-x: hidden !important;
margin: 0 auto;
padding:0 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:90%;
color:#000000;
background:#c5c8d7 url(tabletile.jpg) fixed;
text-align:center;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7f85a7; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7f85a7; 
}

hr {
  border: none;
  border-top: 2px dashed #40476e;
  text-align:center;
  height: 1px;
  width: 90%;
}

p{
margin:0;
padding:8px 0;
line-height:1.3em;
}

a:link{
font-weight:bold;
color: #445d7a;
cursor : crosshair;
text-decoration:none;
outline:none;
}

a:hover {
color: #edb53a;
font-weight:bold;
cursor : crosshair;
border-bottom: 1px dashed #edb53a;
outline:none;
}

a:active {
font-weight:bold;
color: #445d7a;
cursor : crosshair;
text-decoration:none;
outline:none;
}

img {
border: none;
}

h2, h3, h4, h5, h6{
margin:4px 0;
padding:0;
color:#000048;
font-style:italic;
text-align:left;
}

h1{
font-size:1.4em;
color:#000048;
font-style:italic;
font-weight:normal;
}

h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1.0em;}
h5{font-size:1.0em;}
h6{font-size:0.9em;}
