@charset "utf-8";
/* CSS Document */
body,td,th { font-family:"Times New Roman", Times, serif
	 }
body   { background-color: #003300;
    }
#wrapper   {width:900px; background-color: #330000; border-width:thick; border-style:ridge; border-color: #330000; 
    }
#pagename { width:900px; height:40px; text-align:center; background-color: #030303; 
    font-size: 36px; color: #FFFFFF}
#album { width:425px; padding-top:20px;    
    }
#content { width:auto; text-align:left; font-size: 18px; color: #FFFFFF;
    padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px;   
    }		

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.header  {font-size: 36px; color: #FFFFFF}
.subhead {font-size: 26px; color: #FFFFFF}
.content {
    font-size: 12px; color: #FFFFFF}
.contentlg {
    font-size: 18px; color: #FFFFFF}
