

BODY {
		background: #666699;
		color: #99ccff;
		margin:0px 0px 0px 0px;
		padding:0px;

}

H1       {
		font-family: Times New Roman;
		color: white;
		font-size: 18pt;
	   }


H2  	   {
		font-family: Times New Roman, sans-serif;
		color: #99ccff;
		font-size: x-large;
	   }


H3	   {
		font-size: 13.5pt;
		font-family: "Times New Roman", sans-serif;
	    }



B	   {
		font-size: x-large;
		font-family: Times New Roman;
		font-weight: bold;
		font-style : italic;
	   }

copyright {
		font-size: 4pt;
		text-align: center;
		font-color: green;
	      }

BLOCKQUOTE {
		text-align: center;
		line-height: 1.5;
		font-size: 150%;
		font-family: "Times New Roman", serif;
		}

.dogs   {
		  text-align: right;
		  color: navy;
		     background-color: silver;
           }

#bright  {
			 color: #ff3399;
			 font-family: courier, monospace;
			 text-align: center;
			 font-size: large;
          }

A:link { color: #99ccff }       /* unvisited link */
A:visited { color: #99ccff }   /* visited links */
A:active { color: #99ccff }    /* active links */





