/* Almaguin Highlands Front Page CSS */

  h1 {
  text-align: center;
    padding: 0;
	margin: 0;
	font-size: 34px;
    font-weight: Bold;
    color: rgb(168, 56, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    }

  h2 { font-family: Arial,Helvetica,sans-serif;
     text-align: center;
	 font-size: 15px;
    font-style: italic;
    color: rgb(168, 56, 0);
    }
	
.scroll
   { font-family: Arial,Helvetica,sans-serif;
     text-align: center;
	 font-size: 25px;
	 font-weight: bold;
     font-style: normal;
    color: rgb(168, 56, 0);
    }
	
  h3 { font-family: Arial,Helvetica,sans-serif;
     text-align: center;
	 font-size: 15px;
    font-style: italic;
    color: rgb(102, 0, 0);
    }

  p { font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: rgb(168, 56, 0);
    text-align: center;
    }
	
 .committee { font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: rgb(168,56,0);
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    }
	
  .copywrite { font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: rgb(168,56,0);
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    }

  a:link {
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
   
    }

  a:visited { 

    color: rgb(168,56,0);
font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    }

  a:active {
font-family: Arial,Helvetica,sans-serif;
    color: #CC9900;
    text-decoration: none;

    }

  a:hover { 
font-family: Arial,Helvetica,sans-serif;
    color: #FF3366;
    text-decoration: none;
    }
.fron_page {
	border-top: 4px solid #9A9E01;
}
