body 
{
    text-align: center;
    background: black;
    width: 80%;
    margin: 0px auto;
    color: white;
    font-family: Arial;
}
#pics
{
    text-align: center;
    background: white;
    overflow:hidden;
}
#pics img
{
    margin: 10px 0 10px 0;
}
#pics .comment
{
    font-size: larger;
    color: Black;
    position: relative;
}
#footer
{
    font-size: larger;
}
#bottomnav
{
    font-size: larger;
    text-align: right;
}
#header
{
    margin: 0px auto 20px;
	text-align: left;
	font-size: medium;
}

.jslink
{
	color: Blue;
	text-decoration: underline;
	cursor:pointer;
}