/* Designed by Lee-Ann McQuilken
   for Quincy Choral Society     */

body {
	 background-color: #000000;
}

h1 {
	 font-family: "verdana";
	 font-size: 24px;
	 text-align: center;
	 color: #ffffcc;
}
		
h2 {
       	 font-family: "verdana";
	 font-size: 16px;
	 font-style: italic;
	 font-weight: bold;
	 text-align: center;
	 color: #cc0000;
}

h3 {
       	 font-family: "verdana";
	 font-size: 12px;
	 font-weight: bold;
	 text-align: center;
	 color: #66ccff;
}

h4 {
       	 font-family: "verdana";
	 font-size: 14px;
	 font-weight: bold;
	 color: #66ccff;
}

.author {
	 font-family: "verdana";
	 font-size: 12px;
	 font-style: italic;
	 text-align: center;
	 color: #cc0000;
}

img.displayed {
    	 border-top: 0px;
    	 border-right: 0px;
    	 border-bottom: 0px;
    	 border-left: 0px;
    	 cellpadding: 10px;
    	 cellspacing: 10px;
    	 margin-left: auto;
    	 margin-right: auto
}


.header {
	 font-family: "verdana";
	 font-size: 24px;
	 color: #ffffcc;
	 float: left;
}
		
.form {
         font-family: "verdana";
 	 font-size: 14px;
 	 color: #ffffcc;
 	           
}

.leftbar {
         width: 20%;
         height: 100%;
         valign: top;
         float: left;
}

.rightbar {
         width: 20%;
         height: 100%;
         valign: top;
         float: right;
}

.leftbar2 {
         width: 30%;
         height: 100%;
         valign: top;
         float: left;
}

.rightbar2 {
         width: 30%;
         height: 100%;
         valign: top;
         float: right;
}

.login {
	 font-family: "verdana";
	 font-size: 14px;
	 text-align: center;
	 color: #ffffcc;
}

.copy {
	 font-family: "verdana";
	 font-size: 14px;
	 color: #ffffcc;
}

.indexcopy {
	 font-family: "verdana";
	 font-size: 14px;
	 text-align: center;
	 color: #ffffcc;
}

.nav {
	 font-family: "verdana";
	 font-size: 12px;
	 text-align: center;
	 color: #ffffcc;
}


a:link {
	 font-family: "verdana";
	 font-size: 12px;	
	 font-weight: bold;
	 color: #ff9966;
}

a:visited {
	 font-family: "verdana";
	 font-size: 12px;
	 font-weight: bold;
	 color: #66ccff;
}

a:hover {
	 font-family: "verdana";
	 font-size: 12px;	 
	 font-weight: bold;
	 color: #993333;
}

#flashcontent {
	 font-family: "verdana";
	 font-size: 16px;	 
	 font-weight: bold;
	 text-align: center;
	 color: #ff9966;
}