/* CSS Document */

.title { 
text-decoration: italic; 
color: navy; 
font-family: "times"; 
font-size: 14pt; 
font-weight: medium;
}

.subTitle { 
text-decoration: none;
color: navy; 
font-family: "times"; 
font-size: 12pt; 
font-weight: medium;
}

body { 
text-decoration: none; 
color: black; 
font-family: "verdana"; 
font-size: 10pt; 
font-weight: medium; 
} 

.quote { 
text-decoration: italic; 
color: navy; 
font-family: "times"; 
font-size: 12pt; 
font-weight: heavy; 
} 

.bold { 
text-decoration: bold; 
color: navy; 
font-family: "arial"; 
font-size: 12pt; 
font-weight: heavy; 
} 

a:link { 
text-decoration: none; 
color: blue; 
font-family: "ms sans serif"; 
font-size: 10pt; 
font-weight: heavy; 
} 

.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; 
font-weight: heavy; 
} 
.navigation {
text-decoration: bold; 
color: #336699; 
font-family: "verdana"; 
font-size: 12pt; 
font-weight: heavy; 
} 
