body {  text-decoration: none;
            color: navy;
            font-family: "arial";
            font-size: 10pt;
            font-weight: medium; }
.title {  text-decoration: bold;
             color: green; 
             font-family: "ms sans serif";
             font-size: 24pt;
             font-weight: heavy; }
.bold {  text-decoration: bold;
             color: black; 
             font-family: "arial";
             font-size: 14pt;
             font-weight: heavy; }
a:link {  text-decoration: bold;
             color: navy; 
             font-family: "courier, arial";
             font-size: 10pt;
             font-weight: heavy; }         
.head  {  color: #000000; 
             font-family: "ms sans serif";
             font-size: 35px;
             margin-top: 35px;
             margin-left: 28px; }
h2		{
			color: navy;
			font-family: "arial";
			font-size: 12px;}	
.foo { 
		color: navy; 
		font-family: "arial"; 
		font-size: 12pt; 
		font-weight: heavy; } 
.foo2 { 
		color: red; 
		font-family: "arial"; 
		font-size: 15pt; 
		font-weight: heavy; } 
			
