body {
	background: #fbfad9;
	color: #424c67;
	font-family: tahoma, arial, verdana, serif;
	font-size: 11px;
	margin: 0;
	}

a, a:active, a:link, a:visited {
	color: #94d1a4;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #94d1a4;
	text-decoration: line-through;
	}

p {
    margin: 12px 4px 6px 3px;
	padding: 0;
	}


.submit {
	background: #dadbdb;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto;
	}

.reset {
	background: #dadbdb;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	margin: 0 auto;
	}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	text-align: justify;
	}


h1 {
	background: transparent url(http://adelleda.net/shinogu/images/header.gif) no-repeat 0% 60%;
	color: #676457;
	font-family: "times new roman", "century gothic", "courier new", serif;
	font-size: 17px;
	letter-spacing: 4px;
	margin: 12px 12px 0 0;
	padding: 0 0 0 14px;
	}

strong {
	color: #748eb3;
	}

u {
	color: #25a0af;
	}

span { 
	font-size: 10px;
	color: #80a9a5; 
	}

blockquote { background-color: #fffeea;
             width: 239px;
             border-left: 5px solid #80a9a5;
             border-top: 1px solid #80a9a5;
             border-bottom: 1px solid #80a9a5;
			 border-right: 5px solid #80a9a5;
             padding-left: 2px;
             padding-top: 2px;
             padding-bottom: 2px;
  			 padding-right: 2px;
			 color: #424c67; }
