

body
{
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans- serif;
font-size: 14px;
margin: 0; 
}
      


p {
line-height: 1.5;
text-align:left;	
}

p.place{
line-height:1.5;
}


h1 {

font-family: "comic sans ms","sans-serif";
font-size: 45px;
color: #330099;
text-align:center;
font-style:strong;
line-height:1;



}

h2 {

font-family: "arial","sans-serif;
        font-size: 28px;
	color: #330099;
text-align:center;	
	line-height:1;
	text-weight:bold;


}






h3 {
font-family:  "arial","sans-serif;
    	font-size: 20px;
	color: #330099;
	text-align:center;
	line-height:1;
    
}


/* Sortable tables */
table.sortable thead {
    background-color:#3399FF;
    /*color:#666666;*/
    font-weight: bold;
    cursor: pointer;
}

tr.concert
{
color:#900000;
font-weight: bold;
}

#container
{
width: 700px;
background-color: #FFFFFF;
margin: 0 auto; 

}

#header
{
padding: 5px 5px;
/*background-color: #999999;*/
border-bottom: 1px solid red;
text-align:center;

}

#navigation
{
/*padding:2px 2px;*/

text-align:center;
}

#navigation ul
{

list-style: none;
padding: 0; margin: 0;



}


#navigation li
{
display: inline;
padding-left: 20px;
margin-left: 5px;

}

#navigation li a
{
color:blue;
}


#navigation li a:hover
{
padding-left: 15px;
background-image: url(note.png);
background-repeat: no-repeat;
background-position: left center;
background-color:#cccccc ;
font-weight:bold;
color:000066#

}

#content
{
padding: 5px 5px;
/*background-color: #CCCCCC;*/
text-align:center;
}

#footer
{
padding: 5ppx 5px;
/*background-color: #999999;*/
border-top: 1px solid blue;
text-align:center;
}




