html {
    scrollbar-base-color: #FFFFFF;
    scrollbar-arrow-color: #C60579;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-lightshadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #C60579;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #C60579;
}

body {background: #FFFFFF repeat-y top right;
    color: #E70395;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    text-align: justify;
    cursor: se-resize
}

a:link {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #EC7BC4;
    background-color: #FFFFFF; 
    text-decoration: none; 
    text-transform: uppercase;
    cursor: se-resize;
}
    
a:visited {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #EC7BC4;
    background-color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: se-resize;
}

a:hover {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #E70395;
    text-decoration: none;
    text-transform: uppercase; 
    background-color: #F9C3E6; 
    cursor: se-resize;
}

a:active {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #EC7BC4;
    background-color: #FFFFFF; 
    text-decoration: none;
    text-transform: uppercase;
    cursor: se-resize;
}

a:link img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

a:visited img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

a:active img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

b {
    background-color: transparent;
    border-bottom: 1px;
    border-bottom-style: dashed;
    text-transform: uppercase;
    font-size: 10px;
    font-family: arial, sans-serif;
}

H2 {
	top: 315px; 
	right: 111px; 
	font-size: 11px;
	font-weight: normal;
    font-family: verdana, arial, sans-serif;
    text-align: justify;
	visibility: visible; 
	width: 315px; 
	position: absolute; 
}

input, select, textarea {
	background-color: #F9C3E6;
	border-width: 1px;
	border-color: #E70395;
	border-style: solid;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #E70395;
}

#sidecat { 
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED56B7;
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;  
    background-color: #FFFFFF;
    letter-spacing: 2px; 
}

#sidelinks {
    top: 315px;
    right: 23px; 
    width: 80px; 
    position: absolute; 
    font-family: arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    background-color: #FFFFFF;
}      

#content {
	top: 315px; 
	right: 111px; 
	visibility: visible; 
	width: 315px; 
	position: absolute; 
	text-align: justify;
}

#contentcat {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED56B7;
    text-align: right;
    font-family: arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;  
    background-color: #FFFFFF;
    letter-spacing: 2px; 
}