/* default */

div, img, span {
   margin:		           0px;
   padding:		           0px;
   border:                none;
}

.rc {
   position:              relative;
   width:	              100%;
   height:		           100%;
}

.gui-decoration {
   overflow:              hidden;
   position:              absolute;  
}

/* document */

#image-astronaut {
   float:             right;
   padding:           1px;
   border:            solid 1px black;
   background-color:  white;
}

cite {
   font-family:       times new roman, serif;
   font-style:        italic;
   text-align:        center;
}

input {
   display:           block;
   margin-bottom:     1.0em;
}

h1 {
   font-size:         1.2em;
}

h2 {
   font-size:         1.0em;
}

label {
   display:           block;
}

p {
   font-size:         1.0em;
}

textarea {
   display:           block;
   margin-bottom:     1em;
}

.post {
   margin-bottom:     1em;
   padding:           1em;
   border:            solid 1px rgb(106, 127, 176);
   background:        rgb(219, 225, 238); 
}

.post h2 {
   margin-top:        0em;
   margin-left:       1em;
}



