a, a:hover, a:visited, a:active {
    color: #BBBBBB;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: none;
}

div#top, div#content, div#bottom {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

div#top {
    text-align: center;
    font-family: Arial;
    font-size: 42px;
    padding-top: 50px;
    padding-bottom: 40px;
    color: #BBBBBB;
}
div#top:hover {
    color: black;
}

div#content {
    text-align: center;
    align: center;
}

div#bottom {
    text-align: center;
    font-family: 'Times New Roman',Times,serif;
    padding-top: 60px;
}

div#email {
    text-align: left;
}
div#links {
    text-align: left;
    margin-top: 5px;
	line-height: 25px;
    
}

div#flowtext {
    text-align: justify;
    font-family: Arial;
    font-size: 10px;
    padding-left: 100px;
    width: 400px;
    line-height: 15px;
}