body {
background:#708090;
background-attachment: fixed;
color:#000;
font:0.8em "Segoe UI", Tahoma, sans-serif;
}

#container {
background-color:#add8e6;
border-color:#433c2a;
border-style:solid;
border-width:4px;
margin:50px auto 0px auto;
padding:10px;
width:800px;
}

#header {
padding-top:5px;
padding-left:40px;
text-align: left;
}

#content {
margin-left:50px;
margin-right:50px;
padding-top: 10px;
}

#footer {
clear:both;
margin-top:0;
padding:5px;
text-align: center;
}

h2, h3 {
font:1.2em "Segoe UI", Tahoma, sans-serif;
font-weight:bold;
}

blockquote {
background:url(http://kunal.kundaje.net/styles/quotes.gif) no-repeat top left;
color:#666;
font-size:95%;
margin:0 20px;
padding:10px 0 0 20px;
}

blockquote p {
margin-top:0;
}

input, textarea {
background:#f9f9f9;
border:1px solid;
border-color:#ccc;
color:#333;
padding:2px;
}

input[type="submit"]:hover {
background:#fcfcfc;
}

input:hover,textarea:hover {
background:#fff;
border:1px solid;
border-color:#aaa;
}

input:focus,textarea:focus {
background:#fff;
border:1px solid;
border-color:#888;
}

a:link,a:visited {
color:#433c2a;
text-decoration: none;
border-color: #433c2a;
border-width: 0 0 1px 0;
border-style: none none dotted none;
}

a:hover,a:active {
color: white;
text-decoration: none;
background-color: #877852;
border-color: #877852;
}

.itemtext {
text-align: justify;
}
