/* paragraph always has a grey background and is indented 60 left & 60 right */
/* all subsequent styles are based on this */

body {
   background-image:url(elementalrhythms.jpg);
      }

p {		
        font: 14px/22px arial, helvetica, sans-serif;
    	color: #000000;
        margin:0px 60px 0px 60px;
        background-color:#999999;
		font-weight: non-bold;
		align=justify;
	    padding:20px;
        }
		
.bigtext {
        font: 16px/24px arial, helvetica, sans-serif;
        font-weight: bold;
		align=justify;
        }		
.headLine { font-size: 20pt; line-height: 30pt; color: #ffffff; font-weight: bold; padding:10px}
.newstext {
	font: 16px/24px arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.email {
	font-size: 16px/22px;
	color: #000000;
	padding:10px;
	font-weight: bold;
	font-style: normal;
}

/* these are the styles used in the menu*/
.menu { font: 16px/16px arial, helvetica, sans-serif; padding: 2px 26px 2px 26px;}
.menu2 { font: 16px/24px arial, helvetica, sans-serif; padding: 2px 26px 2px 26px; font-weight: bold; background-color:#333333;}
.alicia {
	font-size: 38px/44px;
	color: #FFFFFF;
    margin:20px 60px 0px 60px;
	padding:20px 26px 20px 10px;
	font-weight: 100;
	background-color:#999999;
}

/* this is the style used in the footer*/
.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; background-color:#333333; padding: 6px;}

/* these are applicable to all links*/
a:link {  color:#FFFFFF; text-decoration:underline; }
a:visited {  color:#FFFFFF; text-decoration:underline; }

/* these are unused so far */
.LinkList { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #cccccc}
img {
}