<-- Copy and paste into the head <link rel="stylesheet" href="alivestyle.css" type="text/css"> 


<-- This sets the colors for the scrollbar 




BODY {


background-color:#000000;


scrollbar-face-color: #993300; 


scrollbar-shadow-color: #000000; 


scrollbar-highlight-color: #000000;
 
scrollbar-3dlight-color: #000000; 


scrollbar-darkshadow-color: #333333; scrollbar-track-color: #000000; 


scrollbar-arrow-color: #ffffff;}




<-- This sets background colors 


.light {background-color: #eef5fa}


.dark {background-color: #BC9F6C}


.bkgd-1 {background-color: #7b7b97}


.bkgd-2 {background-color: #FBF6EC}


.bkgd-3 {background-color: #F8F0DF}






<-- Here is where you adjust the link, rollover and visited colors 




A:link { font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: underline; color: #000066;}


A:visited {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: underline; color: #622000;}


A:active {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: underline; color: #993300;}


A:hover {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: underline; color: #993300;}




<-- Here is where you adjust the font for the main text 




P { font-family: verdana, arial, sans-serif;
font-size: 8pt; text-decoration: none; font-weight: normal; color: #000000;
padding: 1 8 1 8px; }




.Italic {font-family: verdana, arial, sans-serif;
font-size: 10pt; text-decoration: none; font-weight: normal; color: #000000;
padding: 1 10 1 1px;  font-style: italic;}


.bold {font-family: verdana, arial, sans-serif; 
font-size: 10pt; text-decoration: none; font-weight: bold; color: #000000; }


.red {font-family: verdana, arial, sans-serif; 
font-size: 10pt; text-decoration: none; font-weight: bold; color: #993300; }


.red-top {font-family: Times New Roman, Times, serif; padding: 2 10 2 10px;
font-size: 11pt; text-decoration: none; font-weight: bold; color: #993300;
font-style: italic;}


.red-small {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: none; font-weight: normal; color: #993300; }


.red-small-7 {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: none; font-weight: normal; color: #993300; }


.small {font-family: verdana, arial, sans-serif; 
font-size: 8pt; text-decoration: none; color: #000000; }






<-- Here is where you adjust the Header colors and font size 




h1 {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: none; color: #000000; font-weight: bold; padding: 2 10 2 10px;}


h2  {font-family: verdana, arial, sans-serif; font-size: 10pt; 
text-decoration: none; color: #000000; font-weight: bold; padding: 1 10 1 10px;}


h3  {font-family: verdana, arial, sans-serif; font-size: 12pt; 
text-decoration: none; font-weight: bolder; color: #000000; padding: 1 10 1 10px;}


h4  {font-family: verdana, arial, sans-serif; font-size: 14pt; font-weight: bold; 
text-decoration: none; color: #000000; padding: 1 10 1 10px;}


h5  {font-family: verdana, arial, sans-serif; font-size: 16pt; font-weight: bold;
text-decoration: none; color: #000000;  padding: 1 10 1 10px;}


h6  {font-family: verdana, arial, sans-serif; font-size: 18pt; font-weight: bold;
text-decoration: none; color: #000000; padding: 1 10 1 10px;}






<-- Here you adjust the fonts for the bulleted lists 




ul {font-family: verdana, arial, sans-serif; font-size: 10pt;}


ul A {font-family: verdana, arial, sans-serif; font-size: 10pt; }


ul A:link {font-family: verdana, arial, sans-serif;  font-size: 10pt; 
text-decoration: underline;  color: #000066;}


ul A:visited {font-family: verdana, arial, sans-serif; font-size: 10pt; 
text-decoration: underline;  color: #622000; }


ul A:active {font-family: verdana, arial, sans-serif; font-size: 10pt; 
text-decoration: underline;  color: #993300; }


ul A:hover {font-family: verdana, arial, sans-serif; font-size: 10pt; 
text-decoration: underline;  color: #993300;}


ol {font-family: verdana, arial, sans-serif; font-size: 10pt;}






<-- These are for the bottom links 




.Bottomlinks {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-align: center; color: #993300;}


.Bottomlinks A {font-family: verdana, arial, sans-serif; font-size: 8pt; }


.Bottomlinks A:link {font-family: verdana, arial, sans-serif;  font-size: 8pt; 
text-decoration: underline;  color: #000066;}


.Bottomlinks A:visited {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #622000; }


.Bottomlinks A:active {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #993300; }


.Bottomlinks A:hover {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #993300;}






.sidebar {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-align: left; color: #993300;}


.sidebar A {font-family: verdana, arial, sans-serif; font-size: 8pt; }


.sidebar A:link {font-family: verdana, arial, sans-serif;  font-size: 8pt; 
text-decoration: underline;  color: #000066;}


.sidebar A:visited {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #622000; }


.sidebar A:active {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #993300; }


.sidebar A:hover {font-family: verdana, arial, sans-serif; font-size: 8pt; 
text-decoration: underline;  color: #993300;}








<-- This adds lines and background colors to table cells (use on TD) 




.cell-t-b-bkgd {BORDER-TOP: black 1px solid; BORDER-BOTTOM: black 1px solid; 
	BACKGROUND-COLOR: #e6e6e6}


.cell-b-bkgd {COLOR: #ffffff; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #e6e6e6}


.cell-t {BORDER-TOP: #cc6633 1px solid}


.cell-all {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid;}


.cell-all-bkgd {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #e6e6e6}


.cell-t-r-b {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;}


.cell-t-r-b-bkgd {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #e6e6e6}


.cell-b-blk {BORDER-BOTTOM: black 1px solid;}


.Arial-2 {BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid;}


.cell-r-l-b {BORDER-RIGHT: black 1px solid; BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;}


.cell-r-b {BORDER-RIGHT: black 1px solid; BORDER-BOTTOM: black 1px solid;}


.cell-b {PADDING-BOTTOM: 2px; BORDER-BOTTOM: #e6e6e6 1px solid}




.cell-all-bkgd-gld {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; 
	BACKGROUND-COLOR: #e6e6e6}


.cell-t-r-b-bkgd-gld {BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #e6e6e6}




<-- These are alternate text styles 




.font-1 {FONT-SIZE: 11px; LINE-HEIGHT: 140%}


.font-2 {LINE-HEIGHT: 130%}


.font-3 {FONT-SIZE: 10pt; COLOR: #3f697f FONT-WEIGHT: bold;}


.font-4 {FONT-SIZE: 10px; COLOR: #8f8f5a}


.font-5 {PADDING-RIGHT: 20px; PADDING-LEFT: 20px; LINE-HEIGHT: 160%}


.dropcap {FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #548296}
