@charset "utf-8";

body {
    border: none;
    color: black;
    text-align: justify;
    font-family: helvetica, sans-serif;
    background: #ddeeff url(/img/cloudbg.jpg);
}

h1 {
    font-size: 2em;
    text-align: center;
}

h2 {
    font-size: 1.8em;
    text-align: center;
}


h3 {
    font-size: 1.6em;
    text-align: center;
}

pre {
    font-family: monospace;
    margin-left: 1em;
    font-size: 90%
}

td {
    width: 50%;
}

img {
    margin: auto;
    border: none;
}

a:link    { color: blue; }
a:visited { color: purple; }
a:hover   { background: yellow; }

div.box { 
    border: solid; 
    border-width: thin; 
    width: 100%;
    padding: 0.5em;
  }

div.blog {
    background: #ccccff;
    border: solid;
    border-width: 0.2em;
    border-color: white gray gray white;
    padding: 0.5em;
  }

div.left {
    border: none;
    float: left;
    width: 50%;
    padding: .5em;
    margin: .5em;
  }

div.center {
    text-align: center;
  }

div.header {
    text-align: center;
    clear: both;
}

div.footer {
    text-align: center;
    clear: both;
}
