a {
text-decoration: none; 
color: #AD5D8B;
font-weight: normal;
background-color: transparent;
}

a:link {
text-decoration: none; 
color: #AD5D8B;
font-weight: normal;
background-color: transparent;
	}

a:visited {
text-decoration: none; 
color: #AD5D8B;
font-weight: normal;
background-color: transparent;
	}

a:hover {
text-decoration: underline; 
color: #AD5D8B;
font-weight: normal;
background-color: transparent;
	}

body{
background-color: #DFEADA;
background-image: url(http://fanart.yuki-eiri.com/images/background.gif);
cursor: default;
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 10px;
font-weight: normal;
line-height:12px; 
text-align: justify;
color:#000000;
}

input, textarea, select{
color: #AA5889;
border: 1px solid #AA5889;
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 11px;
font-weight: bold;
text-align: left;
color:#000000;
background-color: #F8EEF5;
}

table, tr, td{
	font : 11px/17px sans-serif, arial;
	color : #000000;
}

.head, .header{
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #AA5889;
padding-bottom: 0px;
color: #AA5889;
font-family: georgia, tahoma, verdana, arial, sans-serif; 
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
text-transform: lowercase;
font-style: italic;
text-align: right;
width:100%;
}

.smallhead{
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #AA5889;
padding-bottom: 1px;
color: #AA5889;
font-family: tahoma, verdana, arial, sans-serif; 
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
text-transform: lowercase;
text-align: left;
width:90%;
}

#image  {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 0px;
}

#menu {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 250px;
    width: 150px;
    height: 750px;
    padding: 5px;
    background: #DEC6D6;
    border: 1px solid #AA5889;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: justify;
}

#content {
    position: absolute;
    z-index: 2;
    left: 190px;
    top: 250px;
    width: 600px;
    height: 750px;
    overflow: auto;
    padding: 10px;
    background: #DEC6D6;
    border: 1px solid #AA5889;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-align: justify;
}