
body {
 padding: 0;
 margin: 0px;
 background-color: #23445e;
}

#content {
 text-align: center;
 margin-left: 150px;
}

.text p {
 text-align: center;
}
.text textarea {
 width: 80%;
}

.text {
 text-align: justify;
/* color: #eadba8; */
 width: 500px;
 border: dotted 1px #f0f4dc;
 font-size: 14px;
 font-style: Sans serif;
 padding: 10px;
/* background-color: #34617f; */
}

.text a {
 color: #042e51;
 text-decoration: none;
}
.text a:active {
 text-decoration: none;
}
.text a:hover {
 text-decoration: underline;
}

.text textarea {
 border-style: none;
 background-color: #edeae3;
}

#upload {
 text-align: center;
}

#content input {
 border-style: none;
}
#content input[type="file"] {
 border-style: none;
}


#menu {
 margin: 0;
 padding: 0;
 letter-spacing: 1px;
 background-color: #cecbc2;
 height: 18px;
 width: 400px;
 font-size: 12px;
 padding-left: 50px;
 padding-top: 2px;
 padding-bottom: 2px;
 vertical-align: middle;
}
#menu a {
 color: #686765;
 text-decoration: none;
}
#menu a:active {
 color: #686765;
 text-decoration: none;
}
#menu a:hover {
 color: #686765;
 text-decoration: underline;
}


	/* Google adsense */

.google_ads {
 padding-left: 40px;
 padding-bottom: 40px;
}