/* Amoeba World CSS */

* {
    color: #ccccff;
    font-family: georgia, times, serif;
}


body {
    background-color: #111111;
}

a         {color: #ffcc99; font-size: 12pt; font-weight: bold;}
a:visited {color: #ffcc99; font-size: 12pt; font-weight: bold;}
a:active  {color: #ffcc99; font-size: 12pt; font-weight: bold;}
a:hover   {color: #ffcc99; font-size: 12pt; font-weight: bold;}

img.scene {
    padding: 3px;
    border: white 1px solid;
}

div.paper {
    background-image: url('../pics/paper.jpg'); 
    width: 700px; 
    text-align: left;
    padding: 150px;
}
