@charset "utf-8";


a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}




body { 
	background-color: #e4e4e4; 
	padding: 0px;
	margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
	display: flex;
	justify-content: left;
	}





.header {
        background-color:#BAC9FF;
        height: 15px;
        margin-top: 35px;
        text-align: center;
}






img { 
    max-width: 100%; 
    height: auto; 
}







.menu { 

	font-family: "Ariel Verdana", Sans-serif;
	font-size: 12px;
	color: #fff;
        font-weight: normal;



}






#container {
            width:97%;
            margin-left: auto;
            margin-right: auto;
}






#footer {
         margin-bottom: 5px;
         background-color:#BAC9FF;
         text-align: center;
         bottom: 0%;
         position: absolute;
         left: 0;
         bottom: 0;
         width: 100%;

}







.text  {
        font-family: "Ariel Verdana", Sans-serif;
	font-size: 11px;
	color: #000;
        font-weight: normal;
}




.textsmall  {
        font-family: "Ariel Verdana", Sans-serif;
	font-size: 10.5px;
	color: #000;
        font-weight: normal;
}




.textmedium  {
        font-family: "Ariel Verdana", Sans-serif;
	font-size: 12.5px;
	color: #000;
        font-weight: normal;
}





.smallmenu  {
	font-family: "Ariel Verdana", Sans-serif;
	font-size: 11.5px;
	color: #000;
        font-weight: normal;
}




.albumimage  {


	font-family: "Ariel Verdana", Sans-serif;
	font-size: 12px;
	color: #000;
        font-weight: normal;
}




.menuvisited  {


	font-family: "Ariel Verdana", Sans-serif;
	font-size: 11.5px;
	color: #404040;
        font-weight: normal;
}




.title  {


	font-family: "Ariel Verdana", Sans-serif;
	font-size: 17px;
	color: #ccc;
        font-weight: bold;
}



.pageheadings  {


	font-family: "Ariel Verdana", Sans-serif;
	font-size: 15px;
	color: #000;
        font-weight: bold;
}