body {
    font-family:'optima', sans-serif;
    background-color: white  ;
}
a.linkone:link {
    color: red;
}
a.linkone:visited {
    color:red;
}
a.linkone:hover {
    font-size:112%;
}
#header {
    width:300px;
    height:100px;
    border-radius:50px;
    font-size:20px;
    color:#fff;
    line-height:100px;
    text-align:center;
    background: #00BFFF;
    margin: auto;
    margin-bottom: 20px;
}

.picture {

	width:100px;
    height:100px;
}




.right {
    font-size: 20px;
    clear: right;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 250px;
    border:3px solid #87CEFA;
    background-color: white ;
    color: #00BFFF;
    border-radius:50px;
}

.projectsright {
    font-size: 17px;
    clear: right;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 465px;
    border:2px solid #87CEFA;
    background-color: white;
    color: #00BFFF;
    border-radius:50px;
}

.contactright {
    font-size: 20px;
    clear: right;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 100px;
    border:2px solid #87CEFA;
    background-color: white;
    color: #00BFFF;
    border-radius:50px;
    }
    
.aboutRight {
    font-size: 17px;
    clear: right;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 350px;
    border:2px solid #87CEFA;
    background-color: white;
    color: #00BFFF;
    border-radius:50px;
    }

#footer {
    clear: both;
    height: 75px;
    margin-top: 5px;
    background-color: white;
    color: blue;
    text-align: center;
    border: 2px solid blue;
    border-radius:50px;
}

.smallerHeader {

color: red;
font-size: 18px;
}

