/* dance.css */
body {	
width: 50%;
margin-right: auto;	
margin-left: auto;
background: #1c305c;
font: 10pt Verdana, Arial, Helvetica, sans-serif; color: white;
}



p {font-size:  10pt; text-align: justify;}

li {font-size: 10pt;}

a:link {color: white; text-decoration: underline; }

a:visited {color: white; text-decoration: underline; }

a:active {color: white; text-decoration: underline; }

a:hover {color: yellow; text-decoration: underline; }


h4 {font-size: 10pt; text-align: center; }

ol ol li { list-style-type: lower-alpha; }

/*
h1 {font-family: Lucida Handwriting, Tahoma, Veranda;text-align: center; }
*/

h1 {font-family: Tahoma;}

h2 {align: center;}


td {font-size: 8pt;}

th, td {vertical-align: top;}

/*

h1 {font-family: StoneAge bt; }


h1 {font-family: Times New Roman; }


h1 {font-family: Tahoma; }


h1 {font-family: Veranda; }

*/




p.copyright {font-size: 10px; padding-top; 40px; text-align: center;}


/* smaller relative - 10px specific */



/* ------ Navi Navigation  ---------- */

#navi {
height: 50px;
background-color: #1c305c;
font-family: Arial;
font-size: .9em;
}

#navi ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}

#navi li {
display: inline;
}

#navi a:link {
margin-right: 2px;
padding: 3px 10px 2px 10px;
color: white;
background-color: #1c305c;
text-decoration: none;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #717171;
border-right: 1px solid #717171;
}

#navi a:visited {
margin-right: 2px;
padding: 3px 10px 2px 10px;
color: white;
background-color: #1c305c;
text-decoration: none;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #717171;
border-right: 1px solid #717171;
}

#navi a:hover {
border-top: 1px solid #717171;
border-left: 1px solid #717171;
border-bottom: 1px solid #ffffff;
border-right: 1px solid  #ffffff;
}
