#wrapper
{
    text-align: left;
    width: 960px;
    margin: 0 auto;
    background-color: #e0eafa;
    padding: 2%;
    border: 4px solid;
    border-radius: 25px;
    border-color: #1e7eef;
    
}
#img2{
    float: right;
}
section{
    border: 2px solid;
    border-radius: 25px;
    border-color: #1d3260;
    padding: 10px;
}
body{
    background-image: url('sky-texture-01-ps.jpg');
    text-align: center;
    background-repeat: repeat;
}

h1{
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 40px;
}

h2{
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 25px;
}

p{
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
}
section{
    float: right;
}

hr{
    border-color: #1e7eef;
}
/* unvisited link */
a:link {
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 30px;
    padding: 10px;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 30px;
    padding: 1%;
    text-decoration: none;
}
li{
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
}
/* mouse over link */
a:hover {
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 30px;
    text-decoration: none;
    background-color: #b1cdfa;
    border: 1px solid;
    border-radius: 10px;
    border-color: #052550;
    padding: 10px;
}

/* selected link */
a:active {
    color: #164789;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 30px;
    padding: 1%;
    text-decoration: none;
}