/* CSS version 3 */

body      {  background-image: url(NangaParbat1280x960.jpg);
             background-color: #ffff99;
             background-repeat: repeat;
             background-attachment: fixed;
             font-family: "ms sans serif";
             font-size: 12pt;
             }


blockquote { background-color: #ccffff
             }

.title    {  
             color: #ffff00; 
             font-family: "ms sans serif";
             font-size: 24pt;
             }

.bold     {  
             color: #000000; 
             font-family: "courier, arial";
             font-size: 12pt;
             }

/* hyperlink that has not been visited by the user's browser */
a:link    {  text-decoration: none;
             color: #0000cc; 
             font-family: "ms sans serif";
             font-size: 10pt;
             }         

/* hyperlink that has been visited and is present in the browser's local memory */
a:visited {  text-decoration: none;
             color: #000066; 
             font-family: "ms sans serif";
             font-size: 10pt;
             }         

/* hyperlink that has been clicked but not yet released */
a:active  {  text-decoration: none;
             color: #666699; 
             font-family: "ms sans serif";
             font-size: 10pt;
             }         

/* hyperlink while the user's mouse happens to be hovering over it */
a:hover {  text-decoration: none;
             color: #a4f4f4; 
             font-family: "ms sans serif";
             font-size: 10pt;
             }         

.head     {  color: #000000; 
             font-family: "ms sans serif";
             font-size: 35px;
             margin-top: 35px;
             margin-left: 28px; }

.foo      {  text-decoration: underline;
             color: #00ff00; 
             font-family: "courier";
             font-size: 14pt;
             }

h1        {  text-decoration: none;
             color: #3300ff; 
             font-family: "ms sans serif";
             font-size: 24pt;
             }

h2        {  text-decoration: none;
             color: #3300ff;
             font-family: "ms sans serif";
             font-size: 18pt;
             }

h3        {  text-decoration: none;
             color: #3300ff;
             font-family: "ms sans serif";
             font-size: 14pt;
             }

h4        {  text-decoration: none;
             color: #3300ff;
             font-family: "ms sans serif";
             font-size: 12pt;
             }

