  a:link {
  	font-size: 13px;
    text-decoration: none; 
  	color: #1F4475;
  	font-family: "verdana", serif;
  }

  a:visited {
  	font-size: 13px;
    text-decoration: none; 
    color: #1F4475;
    font-family: "verdana", serif;
  }

  a:active {
  	font-size: 13px;
    text-decoration: none; 
    color: #FFFFFF;
    font-family: "verdana", serif;
  }

  a:hover {
  	font-size: 13px;
    text-decoration: underline; 
    color: #7B99CA;
    font-family: "verdana", serif;
  }
  
  p {
    font-size: 12px;
    color: #1D1C3B;
    font-family: "verdana", serif;
  }
  p.poem {
    font-size: 9px;
    color: #1D1C3B;
    font-style: italic;
    font-family: "verdana", serif;
  }
  p.header {
    font-size: 16px;
    color: #1D1C3B;
    font-weight: bold;
    font-family: "verdana", serif;
  }
  p.headersm {
    font-size: 14px;
    color: #1D1C3B;
    font-weight: bold;
    font-family: "verdana", serif;
  }
  p.copyright {
    font-size: 11px;
    font-family: "verdana", serif;
  }
  td {
    font-size: 12px;
    color: #1D1C3B;
    font-family: "verdana", serif;
  }
  .down {
    font-size: 13px;
    color: #7B99CA;
    font-family: "verdana", serif;
  }
  
  #section-links a
  {
  	font-size:14px;
  	font-weight: bold;
    color: #1D1C3B;
    text-decoration: underline; 
  }
  
  #section-links img
  {
  	margin-bottom:12px;
  }
  
  .header-module
  {
		width:100%;
  }
  
  .sidebar-module
  {
  	width: 190px;
  	height: 100%;
  	float: left;
  	background: url(images/arch.gif) top left no-repeat;
  	padding-top: 76px;
  }
  
  .footer-module
  {
  	text-align:center;
  }
  
  .contact-link
  {
  	margin-top: 18px;
  }

  .contact-link a
  {
  	font-size: 16px;
  	font-weight: bold;
    color: #1D1C3B;
    text-decoration: underline; 
  }
