/* Kameko in Wonderland Version 5.0 */

/* Class */
.main		{ color: 603913; font-size: 12px; text-align: justify;	line-height: 17px}
.main_center	{ color: 603913; font-size: 12px; text-align: center;	line-height: 17px}
.small		{ color: 603913; font-size: 10px; text-align: justify;	line-height: 15px}
.small_center	{ color: 603913; font-size: 10px; text-align: center;	line-height: 15px}
.small_right	{ color: 603913; font-size: 10px; text-align: right;	line-height: 15px}


/* Links */
A:link		{ text-decoration: none; font-weight: bold; color: 55AA22 }
A:visited	{ text-decoration: none; font-weight:bold; color: 228800 }
A:hover		{ text-decoration: none; color: 603913 }

/* Body */
BODY
		{
		text-decoration: none; font-family: verdana, arial, helvetica, sansserif;
		scrollbar-face-color: AACC99; scrollbar-shadow-color: AACC99; 
		scrollbar-highlight-color: FFFFFF; scrollbar-3dlight-color: 779966; 
		scrollbar-darkshadow-color: 000000; scrollbar-track-color: DDEECC; 
		scrollbar-arrow-color: 603913;
		}

/* Headings */

H1, H2, H3, H4, H5, H6, H7
		{ text-decoration: none; font-family: verdana, arial, helvetica, sansserif; font-weight: bold; font-style: normal; color: 603913 }


