/* Guild"Be nice" ---Cascading Style Sheets */

/* Line Style */
HR		{color : olive;}

/* Font Class Style */
.outside { font-size: 9pt; color: FFFFFF; font-family: "Times New Roman"; }
.main    { font-size:11pt; color: FFFFBF; font-family: "‚l‚r ‚oƒSƒVƒbƒN"; }
.title   { font-weight: bold; font-size: 14pt; color: BFBFFF; 
           font-family: "Times New Roman","‚l‚r ‚o–¾’©";}

/* Link Fonts Style */
/* Default */
A		{ text-decoration:none;}
A:VISITED	{ color: #CA95FF; }
A:HOVER 	{ text-decoration:underline; color:#FF00FF;}
A:ACTIVE	{ color: #7800F0; }

/* Class */
A:VISITED.menu	{ color: #7800F0; }
A:ACTIVE.menu	{ color: #7800F0; }

/* Form Style*/
.form { border: 1; 
	border-color: "#FFBFFF"; 
	border-style: solid;
	border-width : 1px;
	background : #000000;
}


