/*
Styles for the New Randonneurs Pages
*/
body { 
    color: white;
    font-family: arial, san-serif;
    background-color: #006633;
    width: 600px;
    page-align: center;
    margin: auto;
}
a:link, a:visited {
    text-decoration: none;
    color: gray;
}
h3{
   color: yellow;
}

div.mytextright{
    width: 220px;
    float: right;
    top-margin: 25px;
    bottom-margin: 50px;
}

div.mytextleft{
    width: 220px;
    float: left;
    clear: left;
    top-margin: 25px;
    bottom-margin: 50px;
}

div.myimageright{
    width: 350px;
    float: right;
    top-margin: 25px;
    bottom-margin: 50px;
}
div.myimageleft{
    width: 220px;
    float: left;
    top-margin: 25px;
    bottom-margin: 50px;
}

div.aride{
    clear: both;
    padding-top: 15px;
}

div.aline{
    clear: both;
    text-align: center;
    color: #008844;
}

div.footer {
    padding-top: 15px;
    padding-bottom: 25px;
}

p.rubric{
    color: yellow;
    font-weight: bold;
    font-size: medium;
    text-align: left;
}

