/* This is the dcs external style sheet */

              
body    { 
 	font-family: verdana, 'sans serif';
 	color: #333333;
 	font-size: 80%;  

 }
 P      { 
 font-family:  verdana, 'sans serif';
 text-align: left;
 color: #333333; 
 font-size: 80%; 
 }

 
 
h1           { 
	font-family: 'Times New Roman', serif;
	color: #000000;  
	text-align: left; 
	font-size:  140%; 
	font-weight: bold; 
	letter-spacing:1pt 
}

h2           { 
	font-family: 'Times New Roman', serif; 
	color: #000000; 
	text-align: left; 
	font-size: 140%; 
	font-weight: bold
	font-weight: bold; letter-spacing:2pt 
}

h3           { 

	font-family: 'Times New Roman', serif; 
	text-align: left; 
	color: RED; 
	font-size: 105%; 
	font-weight: bold 
}

/******** LINKS ********/
a:link { 
		color: #000000
}

a:active { 
		color: #000000
}

a:visited { 
		color: #333333
 }
 
a:hover { 
		color: #FF3300; 
		text-decoration:underline;
		font-weight: normal;
}

a {
	text-decoration: none;
	}

/******** Various classes ********/
/******** box gives colour background to text ********/

.box{
color:WHITE;
text-align: center;
font-size:0.9em;
background-color:BLACK;
border:1px solid YELLOW;
line-height:1.3em;
padding:5px 5px 5px 8px;
}

.h1choir           { 
	font-family: Verdana, arial, 'serif'; 
	color: #FFFFFF;  
	text-align: center; 
	font-size:  100%; 
	font-weight: bold; letter-spacing:3pt 
}
.h2red           { 
	font-family: verdana, 'sans serif';
	color: RED; 
	text-align: left; 
	font-size: 140%; 
	font-weight: bold
	font-weight: bold; letter-spacing:2pt 
}

.h3contacts          { 
	font-family: Verdana, arial, 'sans-serif';
	text-align: left; 
	color: RED; 
	font-size: 105%; 
	font-weight: bold; 
	font-style: italic;

}



.first-letter {
	color: #ff0000;
	font-size:xx-large
}

 .textnormal      { 
 font-family:   verdana, 'sans serif';
 text-align: left;
 color: #000000; 
 font-size: 100%; 
 }


.textsmall    { 
 font-family: 'Times New Roman',  'sans serif';  color: #000000; 
 font-size: 80%; 
 }
 
 
.textlarge    { 
	font-family: 'Times New Roman', serif;
  font-size: 140%; 
 }

 
 .textitalic	{
 	font-style: italic;
 }
 
.textleftalign	{
 	text-align: left;


 }
 
 
.textcenteralign	{
 	text-align: center;
 }
 .
 .alignright	{
 	text-align: right;
 }

.textbold	{
	font-weight: bold;
 }
 
.textitalic	{
	font-style: italic;
 }

.textcomicsans	{
	font-family: "comic sans ms";
 	font-size: large;
 } 
 div#content img	{
	padding:2px;
	margin:2px;
	border:3px black solid;
	vertical-align:center;
	}
/******** SCROLL BAR COLOURS ********/
body, html{
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#ff0000;
	scrollbar-base-color:#333333;
	scrollbar-darkshadow-color:#666666;
	scrollbar-dark-shadow-color:#666666;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#0000ff;
}
