/* This is the formatting for the Carbon Nation Website */

<Title>PorcupineTree Style</Title>


/* The following are all HEADING FORMATING */

H1 { color: black; font-size: 26px; font-family: Adler, Courier, Courier New; }
H2 { color: black; font-size: 22px; font-family: Adler, Courier, Courier New; }
H3 { color: black; font-size: 17px; font-family: Adler, Courier, Courier New;	background: #32CD32;  } 


/* The following is the same as H3 formatting, but in RED. To activate use "<Font class="H3RED">" */

.H3RED { color: Red; font-size: 17px; font-family: Arial, Helvetica, sans-serif;
  } 

/* The following is for article precis. To activate use "<Font class="Feature">" */

.Feature{ color: black
;  font-size: 14px; font-family: Arial, Helvetica, sans-serif;
 ; font-weight : Bold;}

/* HEADINGS AND SUBHEADINGS  - "<Font class="HEADLINE">" */

.HEADLINE { color: black
; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
 font-weight: bold; }
.SUBHEAD { color: black
; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
 ; font-weight: bold; }
.SUBHEAD2 { color: black
; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

/* The following are all TEXT FORMATING */

P { text-decoration : none; color : black
; font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-style : none; }
I { font-family: Arial, Helvetica, sans-serif }
B { font-family: Arial, Helvetica, sans-serif }

LI { text-decoration : none; color : black
; font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-style : none; }


/* The following is a set of incrementally smaller texts in classes, that can be dropped in where required. To activate use "<Font class="Min1"> ("Min02" or "Min3")" */

.Min1 { text-decoration : none; color : black
; font-family : Arial, Helvetica, sans-serif; font-size : 11px; font-style : none; }
.Min2 { text-decoration : none; color : black
; font-family : Arial, Helvetica, sans-serif; font-size : 10px; font-style : none; }
.Min3 { text-decoration : none; color : black
; font-family : Arial, Helvetica, sans-serif; font-size : 9px; font-style : none; }


/* The following is a set of incrementally smaller texts in classes, that can be dropped in where required. To activate use "<Font class="Indent1">  ("Indent2" or "Indent3")" */

.Indent1 { text-decoration : none; text-indent: 50 px;  font-family: Arial, Helvetica, sans-serif;;  }
.Indent2 { text-decoration : none; text-indent: 75 px;  font-family: Arial, Helvetica, sans-serif;;  }
.Indent3 { text-decoration : none; text-indent: 100 px;  font-family: Arial, Helvetica, sans-serif;;  }



/* The following are all TABLE FORMATING */

td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}




/* The following are all LINK FORMATING */

A:link  	{
	text-decoration : none;
	color : #999966;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
A:visited  	{
	text-decoration : none;
	color : #999966;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
A:active  	{
	text-decoration : none;
	color : #CCCC99;
	font-size : 12px;
	font-weight : bold;
}
A:hover  	{ text-decoration : none; color : #FFCC99; font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; }

/* The following creates coloured scrollbars */

BODY {
	scrollbar-base-color: black;
	scrollbar-track-color: #999966;
	scrollbar-face-color: #FFCC99;
	scrollbar-highlight-color: #CCCC99;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: black;
	scrollbar-arrow-color: #FFFFCC;
}