body
{
margin: 0px;
padding: 0px;
position: relative; 
top: 0px;
background-color:#484848; 
font-family:sans-serif; 
font-style: normal;
font-size:13px;
 background-image:url(art/back.jpg); 
/* background-repeat:no-repeat; */
}

.toptab
{
border-style: solid; 
border-color:gray;
border-top:none;
border-width:2px;	
background-color:white;
vertical-align:middle;
width:800px;
}

.contenttab
{
border-style: solid; 
border-color:gray;
border-top:none;
border-width:2px;	
background-color:white;
vertical-align:middle;
width:800px;
padding-left:5px;
padding-right:5px;
}

.mainilink
{
border-style:solid;
border-width:1px;
border-color:black;
width:145px;
height:145px;
}

.mainilink:hover
{
border-style:solid;
border-width:1px;
border-color:blue;
width:145px;
height:145px;
}

.songstitle
{
background-color: #bbbbbb;
}
.songstr
{
background-color: lightyellow;
}
.songstr:hover
{
background-color: yellow;
}

.songsleft
{
background-color: #aaaaaa;
}

.lyricsdiv
{
font-style: italic;
}

.tabsdiv
{
font-style: italic;
}

.chord
{
color: green;
}

.words
{
color: blue;
}

.guestbox
{
background-color:lightblue;
font-family:cursive;
border:1px solid black;
white-space: pre-wrap;   
white-space: -moz-pre-wrap !important;   
white-space : pre;   
/*word-break: break-all;*/  
word-wrap: break-word; /* IE */  
}

.guestlineinp
{
font-family:cursive;
border:solid 1px #6DB72C;
}

.guestboxinput
{
width:550px;
height:100px;
font-family:cursive;
border:solid 1px #6DB72C;
}

h1
{
font-family: sans-serif;
font-size:18px; 
}

h2
{
font-family: sans-serif;
font-size:13px; 
margin: 0px; 
}

a.linkt1:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.linkt1:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.linkt1:hover {color: blue}  /* visited link */
img.linkt1{border-color:#788895; border-width:0px;}
 
 a.intlink:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.intlink:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.intlink:hover {color: blue}  /* visited link */
img.intlink{border-color:#788895; border-width:0px;}

a.disclink:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.disclink:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.disclink:hover {color: blue}  /* visited link */
img.disclink{border-color:#788895; border-width:0px;}

a.innerlink:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.innerlink:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.innerlink:hover {color: blue}  /* visited link */
img.innerlink{border-color:#788895; border-width:0px;}

a.lyricslink:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.lyricslink:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.lyricslink:hover {color: blue}  /* visited link */
img.lyricslink{border-color:#788895; border-width:0px;}

a.tabslink:link {color:#d56727; font-weight:bold}     /* unvisited link */
a.tabslink:visited {color: #d56727;  font-weight:bold}  /* visited link */
a.tabslink:hover {color: blue}  /* visited link */
img.tabslink{border-color:#788895; border-width:0px;}

 .hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;	
display:inline;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 4px 0.5em;
text-decoration: none;
float: left;
color: white;
background-color: gray;
border-right: 1px solid gray;
}

.hovermenu ul li a:hover{
background-color: white;
color:gray;
}

