/* Presentation Stylesheet */ 
body { font-family: verdana, Sans-serif;
       font-size: 12px; }
p { font-family: verdana, Sans-serif;
    font-size: 12px;
    padding: 0 15px; }

h4, h3 { margin:0; 
         padding: 5px 0; }

.nav { color: #F6CC68; }

a { text-decoration: none; }

a:visited { color: #b68C28; }
 
.texttitle { color:#1C003E; 
	         font-family:verdana; 
	         font-size:13px; 
	         font-weight:bold; }

.textsmall { font-family:verdana;
	         font-size:10px; }

.textmedium { font-family:verdana;
	          font-size:12px; }

.linkurlwithlinemed { color: #0000ff; 
	                  font-size: 12px; 
                      text-decoration: underline; }

.linkurlwithlinesmall { color: #0000ff; 
	                    font-size: 10px; 
                        text-decoration: underline; }

.quote { color: #1C003E;
         font-family: verdana;
         font-size: 14px;
         border: 3px solid #1C003E;
         background-color: #ffd472;
         margin: 10px 100px; 
         padding: 5px; }