/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 8pt;
	  color:#000000;
	  font-weight:bold;
	  background-color: #003366;
      background-image: url(/clouds.jpg);
	}
H1 
	{ 
	  font-size: 13pt; 
	}
H2 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
H3 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 8pt; 
	}
TH 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 8pt; 
	  color: #FFFFFF;
	  background-color: #666666;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	  color: #000000;
	}

/* 
   link colors - overridden by the 'linkcolor' property.
*/

/*
A   	{ color: #404040; text-decoration: none; }
A:link	{ color: #336666; text-decoration: none; }
A:visited { color: #336666; text-decoration: none; }
A:active { color: #336666; }
A:hover	{ color: #336666; }
*/

A   	{ color: #0000FF;}
A:link	{ color: #0000FF;}
A:visited { color: #336666;}
A:active { color: #336666; }
A:hover	{ color: #336666; }


/* 
   text styles 
*/
/*
.cloud9logo
	{ 
      background-image: url(/cloud9logo-300x175.jpg);
      background-position: top left;
      background-repeat: no-repeat;
	  background-attachment: fixed;
	}
*/
.table  
      {
      /*width: 450px;*/
	  background-color: #FFFFFF;
	  }
.myhugeerrortext
        {
	  color: #FFFFFF;
	  font-size: 36px;
	}
.mytitle {font-size: 20pt}
.mytag {font-size: 12pt}
.myparheaders {font-size: 14pt}
.mycopyright {font-size: 9pt}

